Shades of Anakiwa #8ED2EF
Tints of Anakiwa #8ED2EF
RGB
CMYK
RGB Variations
Color information
#8ED2EF (or 0x8ED2EF) is known color: Anakiwa. HEX triplet: 8E, D2 and EF. RGB value is (142,210,239). Sum of RGB (Red+Green+Blue) = 142+210+239=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED2EF is #712D10. Grayscale: #C0C0C0. Windows color (decimal): -7417105 or 15717006. OLE color: 15717006.
HSL color Cylindrical-coordinate representation of color #8ED2EF: hue angle of 197.94º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED2EF is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 210 | 239 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.06 |
| HSL | 197.94º | 0.75% | 0.75% | - |
| HSV(B) | 197.94º | 0.41% | 0.94% | - |
| XYZ | 49.78 | 58.08 | 90.25 | - |
| YUV | 192.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 210 | 239 | 0.41 | 0.12 | 0 | 0.06 | 197.94 | 0.75 | 0.75 |
| Hex | 8E | D2 | EF | 29 | C | 0 | 6 | C6 | 4B | 4B |
| Octal | 216 | 322 | 357 | 51 | 14 | 0 | 6 | 306 | 113 | 113 |
| Binary | 10001110 | 11010010 | 11101111 | 101001 | 1100 | 0 | 110 | 11000110 | 1001011 | 1001011 |
Color Harmonies of #8ED2EF
Complementary color
Monochromatic Colors of #8ED2EF
Black with #8ED2EF
Text Example
Text Example
White with #8ED2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED2EF; }
p { color: rgb(142,210,239); }
H1.HeaderClassName
{
color: #8ED2EF;
}
.AnyTagClassName
{
color: #8ED2EF;
}
</style>
background-color css
<style>
a { background-color: #8ED2EF; }
a { background-color: rgb(142,210,239); }
div.DivClassName
{
background-color: #8ED2EF;
}
.BgClassName
{
background-color: #8ED2EF;
}
</style>
border-color css
<style>
span { border-color: #8ED2EF; }
span { border-color: rgb(142,210,239); }
td.TdClassName
{
border-color: #8ED2EF;
}
.TagClassName
{
border-color: #8ED2EF;
}
</style>