Shades of Spray #8DDBE1
Tints of Spray #8DDBE1
RGB
CMYK
RGB Variations
Color information
#8DDBE1 (or 0x8DDBE1) is known color: Spray. HEX triplet: 8D, DB and E1. RGB value is (141,219,225). Sum of RGB (Red+Green+Blue) = 141+219+225=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBE1 is #72241E. Grayscale: #C4C4C4. Windows color (decimal): -7480351 or 14801805. OLE color: 14801805.
HSL color Cylindrical-coordinate representation of color #8DDBE1: hue angle of 184.29º 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 #8DDBE1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 219 | 225 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.12 |
| HSL | 184.29º | 0.58% | 0.72% | - |
| HSV(B) | 184.29º | 0.37% | 0.88% | - |
| XYZ | 49.91 | 61.76 | 80.53 | - |
| YUV | 196.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 225 | 0.37 | 0.03 | 0 | 0.12 | 184.29 | 0.58 | 0.72 |
| Hex | 8D | DB | E1 | 25 | 3 | 0 | C | B8 | 3A | 48 |
| Octal | 215 | 333 | 341 | 45 | 3 | 0 | 14 | 270 | 72 | 110 |
| Binary | 10001101 | 11011011 | 11100001 | 100101 | 11 | 0 | 1100 | 10111000 | 111010 | 1001000 |
Color Harmonies of #8DDBE1
Complementary color
Monochromatic Colors of #8DDBE1
Black with #8DDBE1
Text Example
Text Example
White with #8DDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBE1; }
p { color: rgb(141,219,225); }
H1.HeaderClassName
{
color: #8DDBE1;
}
.AnyTagClassName
{
color: #8DDBE1;
}
</style>
background-color css
<style>
a { background-color: #8DDBE1; }
a { background-color: rgb(141,219,225); }
div.DivClassName
{
background-color: #8DDBE1;
}
.BgClassName
{
background-color: #8DDBE1;
}
</style>
border-color css
<style>
span { border-color: #8DDBE1; }
span { border-color: rgb(141,219,225); }
td.TdClassName
{
border-color: #8DDBE1;
}
.TagClassName
{
border-color: #8DDBE1;
}
</style>