Shades of Anakiwa #8ECFE0
Tints of Anakiwa #8ECFE0
RGB
CMYK
RGB Variations
Color information
#8ECFE0 (or 0x8ECFE0) is known color: Anakiwa. HEX triplet: 8E, CF and E0. RGB value is (142,207,224). Sum of RGB (Red+Green+Blue) = 142+207+224=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ECFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFE0 is #71301F. Grayscale: #BDBDBD. Windows color (decimal): -7417888 or 14733198. OLE color: 14733198.
HSL color Cylindrical-coordinate representation of color #8ECFE0: hue angle of 192.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ECFE0 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 207 | 224 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.12 |
| HSL | 192.44º | 0.57% | 0.72% | - |
| HSV(B) | 192.44º | 0.37% | 0.88% | - |
| XYZ | 46.92 | 55.76 | 78.81 | - |
| YUV | 189.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 224 | 0.37 | 0.08 | 0 | 0.12 | 192.44 | 0.57 | 0.72 |
| Hex | 8E | CF | E0 | 25 | 8 | 0 | C | C0 | 39 | 48 |
| Octal | 216 | 317 | 340 | 45 | 10 | 0 | 14 | 300 | 71 | 110 |
| Binary | 10001110 | 11001111 | 11100000 | 100101 | 1000 | 0 | 1100 | 11000000 | 111001 | 1001000 |
Color Harmonies of #8ECFE0
Complementary color
Monochromatic Colors of #8ECFE0
Black with #8ECFE0
Text Example
Text Example
White with #8ECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFE0; }
p { color: rgb(142,207,224); }
H1.HeaderClassName
{
color: #8ECFE0;
}
.AnyTagClassName
{
color: #8ECFE0;
}
</style>
background-color css
<style>
a { background-color: #8ECFE0; }
a { background-color: rgb(142,207,224); }
div.DivClassName
{
background-color: #8ECFE0;
}
.BgClassName
{
background-color: #8ECFE0;
}
</style>
border-color css
<style>
span { border-color: #8ECFE0; }
span { border-color: rgb(142,207,224); }
td.TdClassName
{
border-color: #8ECFE0;
}
.TagClassName
{
border-color: #8ECFE0;
}
</style>