#8DCEEA

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

Shades of Anakiwa #8DCEEA

Tints of Anakiwa #8DCEEA

Color information

#8DCEEA (or 0x8DCEEA) is unknown color: approx Anakiwa. HEX triplet: 8D, CE and EA. RGB value is (141,206,234). Sum of RGB (Red+Green+Blue) = 141+206+234=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEEA is #723115. Grayscale: #BDBDBD. Windows color (decimal): -7483670 or 15388301. OLE color: 15388301.

HSL color Cylindrical-coordinate representation of color #8DCEEA: hue angle of 198.06º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCEEA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141206234-
CMYK0.400.1200.08
HSL198.06º68.89%73.53%-
HSV(B)198.06º39.74%91.76%-
XYZ47.9155.7586.08-
YUV189.76152.9793.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=24.27%
G=35.46%
B=40.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412062340.400.1200.08198.0668.8973.53
Hex8DCEEA28C08c6454a
Octal2153163525014010306105112
Binary1000110111001110111010101010001100010001100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,234); }

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

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

 a { background-color: rgb(141,206,234); }

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

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

 span { border-color: rgb(141,206,234); }

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