Shades of Spray #8DDAE1
Tints of Spray #8DDAE1
RGB
CMYK
RGB Variations
Color information
#8DDAE1 (or 0x8DDAE1) is known color: Spray. HEX triplet: 8D, DA and E1. RGB value is (141,218,225). Sum of RGB (Red+Green+Blue) = 141+218+225=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAE1 is #72251E. Grayscale: #C3C3C3. Windows color (decimal): -7480607 or 14801549. OLE color: 14801549.
HSL color Cylindrical-coordinate representation of color #8DDAE1: hue angle of 185º degrees, saturation: 0.58, 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 #8DDAE1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 218 | 225 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.12 |
| HSL | 185º | 0.58% | 0.72% | - |
| HSV(B) | 185º | 0.37% | 0.88% | - |
| XYZ | 49.65 | 61.24 | 80.44 | - |
| YUV | 195.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 225 | 0.37 | 0.03 | 0 | 0.12 | 185 | 0.58 | 0.72 |
| Hex | 8D | DA | E1 | 25 | 3 | 0 | C | B9 | 3A | 48 |
| Octal | 215 | 332 | 341 | 45 | 3 | 0 | 14 | 271 | 72 | 110 |
| Binary | 10001101 | 11011010 | 11100001 | 100101 | 11 | 0 | 1100 | 10111001 | 111010 | 1001000 |
Color Harmonies of #8DDAE1
Complementary color
Monochromatic Colors of #8DDAE1
Black with #8DDAE1
Text Example
Text Example
White with #8DDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDAE1; }
p { color: rgb(141,218,225); }
H1.HeaderClassName
{
color: #8DDAE1;
}
.AnyTagClassName
{
color: #8DDAE1;
}
</style>
background-color css
<style>
a { background-color: #8DDAE1; }
a { background-color: rgb(141,218,225); }
div.DivClassName
{
background-color: #8DDAE1;
}
.BgClassName
{
background-color: #8DDAE1;
}
</style>
border-color css
<style>
span { border-color: #8DDAE1; }
span { border-color: rgb(141,218,225); }
td.TdClassName
{
border-color: #8DDAE1;
}
.TagClassName
{
border-color: #8DDAE1;
}
</style>