Shades of Anakiwa #8ED7E9
Tints of Anakiwa #8ED7E9
RGB
CMYK
RGB Variations
Color information
#8ED7E9 (or 0x8ED7E9) is known color: Anakiwa. HEX triplet: 8E, D7 and E9. RGB value is (142,215,233). Sum of RGB (Red+Green+Blue) = 142+215+233=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #8ED7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7E9 is #712816. Grayscale: #C3C3C3. Windows color (decimal): -7415831 or 15325070. OLE color: 15325070.
HSL color Cylindrical-coordinate representation of color #8ED7E9: hue angle of 191.87º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ED7E9 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 215 | 233 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.09 |
| HSL | 191.87º | 0.67% | 0.74% | - |
| HSV(B) | 191.87º | 0.39% | 0.91% | - |
| XYZ | 50.16 | 60.23 | 86.07 | - |
| YUV | 195.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 233 | 0.39 | 0.08 | 0 | 0.09 | 191.87 | 0.67 | 0.74 |
| Hex | 8E | D7 | E9 | 27 | 8 | 0 | 9 | C0 | 43 | 4A |
| Octal | 216 | 327 | 351 | 47 | 10 | 0 | 11 | 300 | 103 | 112 |
| Binary | 10001110 | 11010111 | 11101001 | 100111 | 1000 | 0 | 1001 | 11000000 | 1000011 | 1001010 |
Color Harmonies of #8ED7E9
Complementary color
Monochromatic Colors of #8ED7E9
Black with #8ED7E9
Text Example
Text Example
White with #8ED7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED7E9; }
p { color: rgb(142,215,233); }
H1.HeaderClassName
{
color: #8ED7E9;
}
.AnyTagClassName
{
color: #8ED7E9;
}
</style>
background-color css
<style>
a { background-color: #8ED7E9; }
a { background-color: rgb(142,215,233); }
div.DivClassName
{
background-color: #8ED7E9;
}
.BgClassName
{
background-color: #8ED7E9;
}
</style>
border-color css
<style>
span { border-color: #8ED7E9; }
span { border-color: rgb(142,215,233); }
td.TdClassName
{
border-color: #8ED7E9;
}
.TagClassName
{
border-color: #8ED7E9;
}
</style>