Shades of Spray #8DDAE0
Tints of Spray #8DDAE0
RGB
CMYK
RGB Variations
Color information
#8DDAE0 (or 0x8DDAE0) is known color: Spray. HEX triplet: 8D, DA and E0. RGB value is (141,218,224). Sum of RGB (Red+Green+Blue) = 141+218+224=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 218 (85.55% from 255 or 37.39% 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 #8DDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAE0 is #72251F. Grayscale: #C3C3C3. Windows color (decimal): -7480608 or 14736013. OLE color: 14736013.
HSL color Cylindrical-coordinate representation of color #8DDAE0: hue angle of 184.34º 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 #8DDAE0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 218 | 224 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.12 |
| HSL | 184.34º | 0.57% | 0.72% | - |
| HSV(B) | 184.34º | 0.37% | 0.88% | - |
| XYZ | 49.51 | 61.19 | 79.72 | - |
| YUV | 195.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 224 | 0.37 | 0.03 | 0 | 0.12 | 184.34 | 0.57 | 0.72 |
| Hex | 8D | DA | E0 | 25 | 3 | 0 | C | B8 | 39 | 48 |
| Octal | 215 | 332 | 340 | 45 | 3 | 0 | 14 | 270 | 71 | 110 |
| Binary | 10001101 | 11011010 | 11100000 | 100101 | 11 | 0 | 1100 | 10111000 | 111001 | 1001000 |
Color Harmonies of #8DDAE0
Complementary color
Monochromatic Colors of #8DDAE0
Black with #8DDAE0
Text Example
Text Example
White with #8DDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDAE0; }
p { color: rgb(141,218,224); }
H1.HeaderClassName
{
color: #8DDAE0;
}
.AnyTagClassName
{
color: #8DDAE0;
}
</style>
background-color css
<style>
a { background-color: #8DDAE0; }
a { background-color: rgb(141,218,224); }
div.DivClassName
{
background-color: #8DDAE0;
}
.BgClassName
{
background-color: #8DDAE0;
}
</style>
border-color css
<style>
span { border-color: #8DDAE0; }
span { border-color: rgb(141,218,224); }
td.TdClassName
{
border-color: #8DDAE0;
}
.TagClassName
{
border-color: #8DDAE0;
}
</style>