Shades of Anakiwa #8ED1E5
Tints of Anakiwa #8ED1E5
RGB
CMYK
RGB Variations
Color information
#8ED1E5 (or 0x8ED1E5) is known color: Anakiwa. HEX triplet: 8E, D1 and E5. RGB value is (142,209,229). Sum of RGB (Red+Green+Blue) = 142+209+229=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ED1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED1E5 is #712E1A. Grayscale: #BFBFBF. Windows color (decimal): -7417371 or 15061390. OLE color: 15061390.
HSL color Cylindrical-coordinate representation of color #8ED1E5: hue angle of 193.79º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED1E5 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 209 | 229 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.10 |
| HSL | 193.79º | 0.63% | 0.73% | - |
| HSV(B) | 193.79º | 0.38% | 0.9% | - |
| XYZ | 48.1 | 57.01 | 82.6 | - |
| YUV | 191.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 229 | 0.38 | 0.09 | 0 | 0.10 | 193.79 | 0.63 | 0.73 |
| Hex | 8E | D1 | E5 | 26 | 9 | 0 | A | C2 | 3F | 49 |
| Octal | 216 | 321 | 345 | 46 | 11 | 0 | 12 | 302 | 77 | 111 |
| Binary | 10001110 | 11010001 | 11100101 | 100110 | 1001 | 0 | 1010 | 11000010 | 111111 | 1001001 |
Color Harmonies of #8ED1E5
Complementary color
Monochromatic Colors of #8ED1E5
Black with #8ED1E5
Text Example
Text Example
White with #8ED1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED1E5; }
p { color: rgb(142,209,229); }
H1.HeaderClassName
{
color: #8ED1E5;
}
.AnyTagClassName
{
color: #8ED1E5;
}
</style>
background-color css
<style>
a { background-color: #8ED1E5; }
a { background-color: rgb(142,209,229); }
div.DivClassName
{
background-color: #8ED1E5;
}
.BgClassName
{
background-color: #8ED1E5;
}
</style>
border-color css
<style>
span { border-color: #8ED1E5; }
span { border-color: rgb(142,209,229); }
td.TdClassName
{
border-color: #8ED1E5;
}
.TagClassName
{
border-color: #8ED1E5;
}
</style>