#8EDEEC

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

Shades of Anakiwa #8EDEEC

Tints of Anakiwa #8EDEEC

Color information

#8EDEEC (or 0x8EDEEC) is unknown color: approx Anakiwa. HEX triplet: 8E, DE and EC. RGB value is (142,222,236). Sum of RGB (Red+Green+Blue) = 142+222+236=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDEEC is #712113. Grayscale: #C7C7C7. Windows color (decimal): -7414036 or 15523470. OLE color: 15523470.

HSL color Cylindrical-coordinate representation of color #8EDEEC: hue angle of 188.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDEEC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142222236-
CMYK0.400.0600.07
HSL188.94º71.21%74.12%-
HSV(B)188.94º39.83%92.55%-
XYZ52.4264.0588.96-
YUV199.68148.586.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.67%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=23.67%
G=37%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422222360.400.0600.07188.9471.2174.12
Hex8EDEEC28607bd474a
Octal21633635450607275107112
Binary10001110110111101110110010100011001111011110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,236); }

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

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

 a { background-color: rgb(142,222,236); }

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

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

 span { border-color: rgb(142,222,236); }

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