Shades of Spray #8ED9E0
Tints of Spray #8ED9E0
RGB
CMYK
RGB Variations
Color information
#8ED9E0 (or 0x8ED9E0) is known color: Spray. HEX triplet: 8E, D9 and E0. RGB value is (142,217,224). Sum of RGB (Red+Green+Blue) = 142+217+224=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ED9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9E0 is #71261F. Grayscale: #C3C3C3. Windows color (decimal): -7415328 or 14735758. OLE color: 14735758.
HSL color Cylindrical-coordinate representation of color #8ED9E0: hue angle of 185.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED9E0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 217 | 224 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.12 |
| HSL | 185.12º | 0.57% | 0.72% | - |
| HSV(B) | 185.12º | 0.37% | 0.88% | - |
| XYZ | 49.42 | 60.76 | 79.64 | - |
| YUV | 195.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 224 | 0.37 | 0.03 | 0 | 0.12 | 185.12 | 0.57 | 0.72 |
| Hex | 8E | D9 | E0 | 25 | 3 | 0 | C | B9 | 39 | 48 |
| Octal | 216 | 331 | 340 | 45 | 3 | 0 | 14 | 271 | 71 | 110 |
| Binary | 10001110 | 11011001 | 11100000 | 100101 | 11 | 0 | 1100 | 10111001 | 111001 | 1001000 |
Color Harmonies of #8ED9E0
Complementary color
Monochromatic Colors of #8ED9E0
Black with #8ED9E0
Text Example
Text Example
White with #8ED9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED9E0; }
p { color: rgb(142,217,224); }
H1.HeaderClassName
{
color: #8ED9E0;
}
.AnyTagClassName
{
color: #8ED9E0;
}
</style>
background-color css
<style>
a { background-color: #8ED9E0; }
a { background-color: rgb(142,217,224); }
div.DivClassName
{
background-color: #8ED9E0;
}
.BgClassName
{
background-color: #8ED9E0;
}
</style>
border-color css
<style>
span { border-color: #8ED9E0; }
span { border-color: rgb(142,217,224); }
td.TdClassName
{
border-color: #8ED9E0;
}
.TagClassName
{
border-color: #8ED9E0;
}
</style>