#8ACBE8

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

Shades of Anakiwa #8ACBE8

Tints of Anakiwa #8ACBE8

Color information

#8ACBE8 (or 0x8ACBE8) is unknown color: approx Anakiwa. HEX triplet: 8A, CB and E8. RGB value is (138,203,232). Sum of RGB (Red+Green+Blue) = 138+203+232=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #8ACBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACBE8 is #753417. Grayscale: #BABABA. Windows color (decimal): -7681048 or 15256458. OLE color: 15256458.

HSL color Cylindrical-coordinate representation of color #8ACBE8: hue angle of 198.51º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACBE8 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138203232-
CMYK0.410.1200.09
HSL198.51º67.14%72.55%-
HSV(B)198.51º40.52%90.98%-
XYZ46.453.9484.31-
YUV186.87153.4793.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=24.08%
G=35.43%
B=40.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382032320.410.1200.09198.5167.1472.55
Hex8ACBE829C09c74349
Octal2123133505114011307103111
Binary1000101011001011111010001010011100010011100011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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