#8ACBEB

Color #8ACBEB Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8ACBEB

Tints of Anakiwa #8ACBEB

Color information

#8ACBEB (or 0x8ACBEB) is unknown color: approx Anakiwa. HEX triplet: 8A, CB and EB. RGB value is (138,203,235). Sum of RGB (Red+Green+Blue) = 138+203+235=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ACBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACBEB is #753414. Grayscale: #BBBBBB. Windows color (decimal): -7681045 or 15453066. OLE color: 15453066.

HSL color Cylindrical-coordinate representation of color #8ACBEB: hue angle of 199.79º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACBEB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138203235-
CMYK0.410.1400.08
HSL199.79º70.8%73.14%-
HSV(B)199.79º41.28%92.16%-
XYZ46.8354.1186.57-
YUV187.21154.9792.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 23.96%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=23.96%
G=35.24%
B=40.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382032350.410.1400.08199.7970.873.14
Hex8ACBEB29E08c84749
Octal2123133535116010310107111
Binary1000101011001011111010111010011110010001100100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ACBEB; }

 p { color: rgb(138,203,235); }

 H1.HeaderClassName
 {
   color: #8ACBEB;
 }
 .AnyTagClassName
 {
   color: #8ACBEB;
 }
</style>
background-color css

<style>
 a { background-color: #8ACBEB; }

 a { background-color: rgb(138,203,235); }

 div.DivClassName
 {
   background-color: #8ACBEB;
 }
 .BgClassName
 {
   background-color: #8ACBEB;
 }
</style>
border-color css

<style>
 span { border-color: #8ACBEB; }

 span { border-color: rgb(138,203,235); }

 td.TdClassName
 {
   border-color: #8ACBEB;
 }
 .TagClassName
 {
   border-color: #8ACBEB;
 }
</style>