Shades of Spray #8DD9E0
Tints of Spray #8DD9E0
RGB
CMYK
RGB Variations
Color information
#8DD9E0 (or 0x8DD9E0) is known color: Spray. HEX triplet: 8D, D9 and E0. RGB value is (141,217,224). Sum of RGB (Red+Green+Blue) = 141+217+224=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD9E0 is #72261F. Grayscale: #C2C2C2. Windows color (decimal): -7480864 or 14735757. OLE color: 14735757.
HSL color Cylindrical-coordinate representation of color #8DD9E0: hue angle of 185.06º 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 #8DD9E0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 217 | 224 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.12 |
| HSL | 185.06º | 0.57% | 0.72% | - |
| HSV(B) | 185.06º | 0.37% | 0.88% | - |
| XYZ | 49.25 | 60.67 | 79.64 | - |
| YUV | 195.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 224 | 0.37 | 0.03 | 0 | 0.12 | 185.06 | 0.57 | 0.72 |
| Hex | 8D | D9 | E0 | 25 | 3 | 0 | C | B9 | 39 | 48 |
| Octal | 215 | 331 | 340 | 45 | 3 | 0 | 14 | 271 | 71 | 110 |
| Binary | 10001101 | 11011001 | 11100000 | 100101 | 11 | 0 | 1100 | 10111001 | 111001 | 1001000 |
Color Harmonies of #8DD9E0
Complementary color
Monochromatic Colors of #8DD9E0
Black with #8DD9E0
Text Example
Text Example
White with #8DD9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD9E0; }
p { color: rgb(141,217,224); }
H1.HeaderClassName
{
color: #8DD9E0;
}
.AnyTagClassName
{
color: #8DD9E0;
}
</style>
background-color css
<style>
a { background-color: #8DD9E0; }
a { background-color: rgb(141,217,224); }
div.DivClassName
{
background-color: #8DD9E0;
}
.BgClassName
{
background-color: #8DD9E0;
}
</style>
border-color css
<style>
span { border-color: #8DD9E0; }
span { border-color: rgb(141,217,224); }
td.TdClassName
{
border-color: #8DD9E0;
}
.TagClassName
{
border-color: #8DD9E0;
}
</style>