Shades of Anakiwa #8ED3EC
Tints of Anakiwa #8ED3EC
RGB
CMYK
RGB Variations
Color information
#8ED3EC (or 0x8ED3EC) is known color: Anakiwa. HEX triplet: 8E, D3 and EC. RGB value is (142,211,236). Sum of RGB (Red+Green+Blue) = 142+211+236=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ED3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED3EC is #712C13. Grayscale: #C1C1C1. Windows color (decimal): -7416852 or 15520654. OLE color: 15520654.
HSL color Cylindrical-coordinate representation of color #8ED3EC: hue angle of 195.96º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED3EC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 211 | 236 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.07 |
| HSL | 195.96º | 0.71% | 0.74% | - |
| HSV(B) | 195.96º | 0.4% | 0.93% | - |
| XYZ | 49.59 | 58.4 | 88.01 | - |
| YUV | 193.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 236 | 0.40 | 0.11 | 0 | 0.07 | 195.96 | 0.71 | 0.74 |
| Hex | 8E | D3 | EC | 28 | B | 0 | 7 | C4 | 47 | 4A |
| Octal | 216 | 323 | 354 | 50 | 13 | 0 | 7 | 304 | 107 | 112 |
| Binary | 10001110 | 11010011 | 11101100 | 101000 | 1011 | 0 | 111 | 11000100 | 1000111 | 1001010 |
Color Harmonies of #8ED3EC
Complementary color
Monochromatic Colors of #8ED3EC
Black with #8ED3EC
Text Example
Text Example
White with #8ED3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3EC; }
p { color: rgb(142,211,236); }
H1.HeaderClassName
{
color: #8ED3EC;
}
.AnyTagClassName
{
color: #8ED3EC;
}
</style>
background-color css
<style>
a { background-color: #8ED3EC; }
a { background-color: rgb(142,211,236); }
div.DivClassName
{
background-color: #8ED3EC;
}
.BgClassName
{
background-color: #8ED3EC;
}
</style>
border-color css
<style>
span { border-color: #8ED3EC; }
span { border-color: rgb(142,211,236); }
td.TdClassName
{
border-color: #8ED3EC;
}
.TagClassName
{
border-color: #8ED3EC;
}
</style>