Shades of Anakiwa #8ED7E5
Tints of Anakiwa #8ED7E5
RGB
CMYK
RGB Variations
Color information
#8ED7E5 (or 0x8ED7E5) is known color: Anakiwa. HEX triplet: 8E, D7 and E5. RGB value is (142,215,229). Sum of RGB (Red+Green+Blue) = 142+215+229=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ED7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED7E5 is #71281A. Grayscale: #C2C2C2. Windows color (decimal): -7415835 or 15062926. OLE color: 15062926.
HSL color Cylindrical-coordinate representation of color #8ED7E5: hue angle of 189.66º 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 #8ED7E5 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 215 | 229 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.10 |
| HSL | 189.66º | 0.63% | 0.73% | - |
| HSV(B) | 189.66º | 0.38% | 0.9% | - |
| XYZ | 49.6 | 60.01 | 83.1 | - |
| YUV | 194.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 229 | 0.38 | 0.06 | 0 | 0.10 | 189.66 | 0.63 | 0.73 |
| Hex | 8E | D7 | E5 | 26 | 6 | 0 | A | BE | 3F | 49 |
| Octal | 216 | 327 | 345 | 46 | 6 | 0 | 12 | 276 | 77 | 111 |
| Binary | 10001110 | 11010111 | 11100101 | 100110 | 110 | 0 | 1010 | 10111110 | 111111 | 1001001 |
Color Harmonies of #8ED7E5
Complementary color
Monochromatic Colors of #8ED7E5
Black with #8ED7E5
Text Example
Text Example
White with #8ED7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED7E5; }
p { color: rgb(142,215,229); }
H1.HeaderClassName
{
color: #8ED7E5;
}
.AnyTagClassName
{
color: #8ED7E5;
}
</style>
background-color css
<style>
a { background-color: #8ED7E5; }
a { background-color: rgb(142,215,229); }
div.DivClassName
{
background-color: #8ED7E5;
}
.BgClassName
{
background-color: #8ED7E5;
}
</style>
border-color css
<style>
span { border-color: #8ED7E5; }
span { border-color: rgb(142,215,229); }
td.TdClassName
{
border-color: #8ED7E5;
}
.TagClassName
{
border-color: #8ED7E5;
}
</style>