Shades of Anakiwa #8ECBE8
Tints of Anakiwa #8ECBE8
RGB
CMYK
RGB Variations
Color information
#8ECBE8 (or 0x8ECBE8) is known color: Anakiwa. HEX triplet: 8E, CB and E8. RGB value is (142,203,232). Sum of RGB (Red+Green+Blue) = 142+203+232=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #8ECBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBE8 is #713417. Grayscale: #BBBBBB. Windows color (decimal): -7418904 or 15256462. OLE color: 15256462.
HSL color Cylindrical-coordinate representation of color #8ECBE8: hue angle of 199.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECBE8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 203 | 232 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.09 |
| HSL | 199.33º | 0.66% | 0.73% | - |
| HSV(B) | 199.33º | 0.39% | 0.91% | - |
| XYZ | 47.08 | 54.29 | 84.34 | - |
| YUV | 188.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 232 | 0.39 | 0.12 | 0 | 0.09 | 199.33 | 0.66 | 0.73 |
| Hex | 8E | CB | E8 | 27 | C | 0 | 9 | C7 | 42 | 49 |
| Octal | 216 | 313 | 350 | 47 | 14 | 0 | 11 | 307 | 102 | 111 |
| Binary | 10001110 | 11001011 | 11101000 | 100111 | 1100 | 0 | 1001 | 11000111 | 1000010 | 1001001 |
Color Harmonies of #8ECBE8
Complementary color
Monochromatic Colors of #8ECBE8
Black with #8ECBE8
Text Example
Text Example
White with #8ECBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBE8; }
p { color: rgb(142,203,232); }
H1.HeaderClassName
{
color: #8ECBE8;
}
.AnyTagClassName
{
color: #8ECBE8;
}
</style>
background-color css
<style>
a { background-color: #8ECBE8; }
a { background-color: rgb(142,203,232); }
div.DivClassName
{
background-color: #8ECBE8;
}
.BgClassName
{
background-color: #8ECBE8;
}
</style>
border-color css
<style>
span { border-color: #8ECBE8; }
span { border-color: rgb(142,203,232); }
td.TdClassName
{
border-color: #8ECBE8;
}
.TagClassName
{
border-color: #8ECBE8;
}
</style>