Shades of Anakiwa #8ECBE0
Tints of Anakiwa #8ECBE0
RGB
CMYK
RGB Variations
Color information
#8ECBE0 (or 0x8ECBE0) is known color: Anakiwa. HEX triplet: 8E, CB and E0. RGB value is (142,203,224). Sum of RGB (Red+Green+Blue) = 142+203+224=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ECBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBE0 is #71341F. Grayscale: #BBBBBB. Windows color (decimal): -7418912 or 14732174. OLE color: 14732174.
HSL color Cylindrical-coordinate representation of color #8ECBE0: hue angle of 195.37º 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 #8ECBE0 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 203 | 224 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.12 |
| HSL | 195.37º | 0.57% | 0.72% | - |
| HSV(B) | 195.37º | 0.37% | 0.88% | - |
| XYZ | 45.97 | 53.84 | 78.49 | - |
| YUV | 187.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 224 | 0.37 | 0.09 | 0 | 0.12 | 195.37 | 0.57 | 0.72 |
| Hex | 8E | CB | E0 | 25 | 9 | 0 | C | C3 | 39 | 48 |
| Octal | 216 | 313 | 340 | 45 | 11 | 0 | 14 | 303 | 71 | 110 |
| Binary | 10001110 | 11001011 | 11100000 | 100101 | 1001 | 0 | 1100 | 11000011 | 111001 | 1001000 |
Color Harmonies of #8ECBE0
Complementary color
Monochromatic Colors of #8ECBE0
Black with #8ECBE0
Text Example
Text Example
White with #8ECBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBE0; }
p { color: rgb(142,203,224); }
H1.HeaderClassName
{
color: #8ECBE0;
}
.AnyTagClassName
{
color: #8ECBE0;
}
</style>
background-color css
<style>
a { background-color: #8ECBE0; }
a { background-color: rgb(142,203,224); }
div.DivClassName
{
background-color: #8ECBE0;
}
.BgClassName
{
background-color: #8ECBE0;
}
</style>
border-color css
<style>
span { border-color: #8ECBE0; }
span { border-color: rgb(142,203,224); }
td.TdClassName
{
border-color: #8ECBE0;
}
.TagClassName
{
border-color: #8ECBE0;
}
</style>