Shades of Anakiwa #8ED3ED
Tints of Anakiwa #8ED3ED
RGB
CMYK
RGB Variations
Color information
#8ED3ED (or 0x8ED3ED) is known color: Anakiwa. HEX triplet: 8E, D3 and ED. RGB value is (142,211,237). Sum of RGB (Red+Green+Blue) = 142+211+237=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ED3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED3ED is #712C12. Grayscale: #C1C1C1. Windows color (decimal): -7416851 or 15586190. OLE color: 15586190.
HSL color Cylindrical-coordinate representation of color #8ED3ED: hue angle of 196.42º degrees, saturation: 0.73, 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 #8ED3ED is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 211 | 237 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.07 |
| HSL | 196.42º | 0.73% | 0.74% | - |
| HSV(B) | 196.42º | 0.4% | 0.93% | - |
| XYZ | 49.74 | 58.45 | 88.78 | - |
| YUV | 193.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 237 | 0.40 | 0.11 | 0 | 0.07 | 196.42 | 0.73 | 0.74 |
| Hex | 8E | D3 | ED | 28 | B | 0 | 7 | C4 | 49 | 4A |
| Octal | 216 | 323 | 355 | 50 | 13 | 0 | 7 | 304 | 111 | 112 |
| Binary | 10001110 | 11010011 | 11101101 | 101000 | 1011 | 0 | 111 | 11000100 | 1001001 | 1001010 |
Color Harmonies of #8ED3ED
Complementary color
Monochromatic Colors of #8ED3ED
Black with #8ED3ED
Text Example
Text Example
White with #8ED3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED3ED; }
p { color: rgb(142,211,237); }
H1.HeaderClassName
{
color: #8ED3ED;
}
.AnyTagClassName
{
color: #8ED3ED;
}
</style>
background-color css
<style>
a { background-color: #8ED3ED; }
a { background-color: rgb(142,211,237); }
div.DivClassName
{
background-color: #8ED3ED;
}
.BgClassName
{
background-color: #8ED3ED;
}
</style>
border-color css
<style>
span { border-color: #8ED3ED; }
span { border-color: rgb(142,211,237); }
td.TdClassName
{
border-color: #8ED3ED;
}
.TagClassName
{
border-color: #8ED3ED;
}
</style>