Shades of Anakiwa #8ECEE5
Tints of Anakiwa #8ECEE5
RGB
CMYK
RGB Variations
Color information
#8ECEE5 (or 0x8ECEE5) is known color: Anakiwa. HEX triplet: 8E, CE and E5. RGB value is (142,206,229). Sum of RGB (Red+Green+Blue) = 142+206+229=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ECEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEE5 is #71311A. Grayscale: #BDBDBD. Windows color (decimal): -7418139 or 15060622. OLE color: 15060622.
HSL color Cylindrical-coordinate representation of color #8ECEE5: hue angle of 195.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ECEE5 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 206 | 229 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.10 |
| HSL | 195.86º | 0.63% | 0.73% | - |
| HSV(B) | 195.86º | 0.38% | 0.9% | - |
| XYZ | 47.37 | 55.55 | 82.35 | - |
| YUV | 189.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 229 | 0.38 | 0.10 | 0 | 0.10 | 195.86 | 0.63 | 0.73 |
| Hex | 8E | CE | E5 | 26 | A | 0 | A | C4 | 3F | 49 |
| Octal | 216 | 316 | 345 | 46 | 12 | 0 | 12 | 304 | 77 | 111 |
| Binary | 10001110 | 11001110 | 11100101 | 100110 | 1010 | 0 | 1010 | 11000100 | 111111 | 1001001 |
Color Harmonies of #8ECEE5
Complementary color
Monochromatic Colors of #8ECEE5
Black with #8ECEE5
Text Example
Text Example
White with #8ECEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEE5; }
p { color: rgb(142,206,229); }
H1.HeaderClassName
{
color: #8ECEE5;
}
.AnyTagClassName
{
color: #8ECEE5;
}
</style>
background-color css
<style>
a { background-color: #8ECEE5; }
a { background-color: rgb(142,206,229); }
div.DivClassName
{
background-color: #8ECEE5;
}
.BgClassName
{
background-color: #8ECEE5;
}
</style>
border-color css
<style>
span { border-color: #8ECEE5; }
span { border-color: rgb(142,206,229); }
td.TdClassName
{
border-color: #8ECEE5;
}
.TagClassName
{
border-color: #8ECEE5;
}
</style>