#8EC9DF

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

Shades of Anakiwa #8EC9DF

Tints of Anakiwa #8EC9DF

Color information

#8EC9DF (or 0x8EC9DF) is unknown color: approx Anakiwa. HEX triplet: 8E, C9 and DF. RGB value is (142,201,223). Sum of RGB (Red+Green+Blue) = 142+201+223=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9DF is #713620. Grayscale: #B9B9B9. Windows color (decimal): -7419425 or 14666126. OLE color: 14666126.

HSL color Cylindrical-coordinate representation of color #8EC9DF: hue angle of 196.3º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC9DF is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142201223-
CMYK0.360.1000.13
HSL196.3º55.86%71.57%-
HSV(B)196.3º36.32%87.45%-
XYZ45.3652.8577.62-
YUV185.87148.9596.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=25.09%
G=35.51%
B=39.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422012230.360.1000.13196.355.8671.57
Hex8EC9DF24A0Dc43848
Octal216311337441201530470110
Binary100011101100100111011111100100101001101110001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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