Shades of Anakiwa #8ED1ED
Tints of Anakiwa #8ED1ED
RGB
CMYK
RGB Variations
Color information
#8ED1ED (or 0x8ED1ED) is known color: Anakiwa. HEX triplet: 8E, D1 and ED. RGB value is (142,209,237). Sum of RGB (Red+Green+Blue) = 142+209+237=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ED1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED1ED is #712E12. Grayscale: #BFBFBF. Windows color (decimal): -7417363 or 15585678. OLE color: 15585678.
HSL color Cylindrical-coordinate representation of color #8ED1ED: hue angle of 197.68º 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 #8ED1ED is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 209 | 237 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.07 |
| HSL | 197.68º | 0.73% | 0.74% | - |
| HSV(B) | 197.68º | 0.4% | 0.93% | - |
| XYZ | 49.24 | 57.47 | 88.62 | - |
| YUV | 192.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 237 | 0.40 | 0.12 | 0 | 0.07 | 197.68 | 0.73 | 0.74 |
| Hex | 8E | D1 | ED | 28 | C | 0 | 7 | C6 | 49 | 4A |
| Octal | 216 | 321 | 355 | 50 | 14 | 0 | 7 | 306 | 111 | 112 |
| Binary | 10001110 | 11010001 | 11101101 | 101000 | 1100 | 0 | 111 | 11000110 | 1001001 | 1001010 |
Color Harmonies of #8ED1ED
Complementary color
Monochromatic Colors of #8ED1ED
Black with #8ED1ED
Text Example
Text Example
White with #8ED1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED1ED; }
p { color: rgb(142,209,237); }
H1.HeaderClassName
{
color: #8ED1ED;
}
.AnyTagClassName
{
color: #8ED1ED;
}
</style>
background-color css
<style>
a { background-color: #8ED1ED; }
a { background-color: rgb(142,209,237); }
div.DivClassName
{
background-color: #8ED1ED;
}
.BgClassName
{
background-color: #8ED1ED;
}
</style>
border-color css
<style>
span { border-color: #8ED1ED; }
span { border-color: rgb(142,209,237); }
td.TdClassName
{
border-color: #8ED1ED;
}
.TagClassName
{
border-color: #8ED1ED;
}
</style>