#8EC9DC

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

Shades of Anakiwa #8EC9DC

Tints of Anakiwa #8EC9DC

Color information

#8EC9DC (or 0x8EC9DC) is unknown color: approx Anakiwa. HEX triplet: 8E, C9 and DC. RGB value is (142,201,220). Sum of RGB (Red+Green+Blue) = 142+201+220=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9DC is #713623. Grayscale: #B9B9B9. Windows color (decimal): -7419428 or 14469518. OLE color: 14469518.

HSL color Cylindrical-coordinate representation of color #8EC9DC: hue angle of 194.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC9DC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142201220-
CMYK0.350.0900.14
HSL194.62º52.7%70.98%-
HSV(B)194.62º35.45%86.27%-
XYZ44.9652.6975.51-
YUV185.52147.4596.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.22%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=25.22%
G=35.70%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422012200.350.0900.14194.6252.770.98
Hex8EC9DC2390Ec33547
Octal216311334431101630365107
Binary100011101100100111011100100011100101110110000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,220); }

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

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

 a { background-color: rgb(142,201,220); }

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

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

 span { border-color: rgb(142,201,220); }

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