Shades of Anakiwa #8ED3EF
Tints of Anakiwa #8ED3EF
RGB
CMYK
RGB Variations
Color information
#8ED3EF (or 0x8ED3EF) is known color: Anakiwa. HEX triplet: 8E, D3 and EF. RGB value is (142,211,239). Sum of RGB (Red+Green+Blue) = 142+211+239=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED3EF is #712C10. Grayscale: #C1C1C1. Windows color (decimal): -7416849 or 15717262. OLE color: 15717262.
HSL color Cylindrical-coordinate representation of color #8ED3EF: hue angle of 197.32º 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 #8ED3EF is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 211 | 239 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.06 |
| HSL | 197.32º | 0.75% | 0.75% | - |
| HSV(B) | 197.32º | 0.41% | 0.94% | - |
| XYZ | 50.03 | 58.57 | 90.33 | - |
| YUV | 193.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 239 | 0.41 | 0.12 | 0 | 0.06 | 197.32 | 0.75 | 0.75 |
| Hex | 8E | D3 | EF | 29 | C | 0 | 6 | C5 | 4B | 4B |
| Octal | 216 | 323 | 357 | 51 | 14 | 0 | 6 | 305 | 113 | 113 |
| Binary | 10001110 | 11010011 | 11101111 | 101001 | 1100 | 0 | 110 | 11000101 | 1001011 | 1001011 |
Color Harmonies of #8ED3EF
Complementary color
Monochromatic Colors of #8ED3EF
Black with #8ED3EF
Text Example
Text Example
White with #8ED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3EF; }
p { color: rgb(142,211,239); }
H1.HeaderClassName
{
color: #8ED3EF;
}
.AnyTagClassName
{
color: #8ED3EF;
}
</style>
background-color css
<style>
a { background-color: #8ED3EF; }
a { background-color: rgb(142,211,239); }
div.DivClassName
{
background-color: #8ED3EF;
}
.BgClassName
{
background-color: #8ED3EF;
}
</style>
border-color css
<style>
span { border-color: #8ED3EF; }
span { border-color: rgb(142,211,239); }
td.TdClassName
{
border-color: #8ED3EF;
}
.TagClassName
{
border-color: #8ED3EF;
}
</style>