Shades of Anakiwa #8EDEEC
Tints of Anakiwa #8EDEEC
RGB
CMYK
RGB Variations
Color information
#8EDEEC (or 0x8EDEEC) is known color: 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
| RGB | 142 | 222 | 236 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.07 |
| HSL | 188.94º | 0.71% | 0.74% | - |
| HSV(B) | 188.94º | 0.4% | 0.93% | - |
| XYZ | 52.42 | 64.05 | 88.96 | - |
| YUV | 199.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 236 | 0.40 | 0.06 | 0 | 0.07 | 188.94 | 0.71 | 0.74 |
| Hex | 8E | DE | EC | 28 | 6 | 0 | 7 | BD | 47 | 4A |
| Octal | 216 | 336 | 354 | 50 | 6 | 0 | 7 | 275 | 107 | 112 |
| Binary | 10001110 | 11011110 | 11101100 | 101000 | 110 | 0 | 111 | 10111101 | 1000111 | 1001010 |
Color Harmonies of #8EDEEC
Complementary color
Monochromatic Colors of #8EDEEC
Black with #8EDEEC
Text Example
Text Example
White with #8EDEEC
Text Example
Text Example
HTML Codes & Css Web 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>