Shades of Spray #8DD2DB
Tints of Spray #8DD2DB
RGB
CMYK
RGB Variations
Color information
#8DD2DB (or 0x8DD2DB) is known color: Spray. HEX triplet: 8D, D2 and DB. RGB value is (141,210,219). Sum of RGB (Red+Green+Blue) = 141+210+219=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD2DB is #722D24. Grayscale: #BEBEBE. Windows color (decimal): -7482661 or 14406285. OLE color: 14406285.
HSL color Cylindrical-coordinate representation of color #8DD2DB: hue angle of 186.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD2DB is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 210 | 219 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.14 |
| HSL | 186.92º | 0.52% | 0.71% | - |
| HSV(B) | 186.92º | 0.36% | 0.86% | - |
| XYZ | 46.82 | 56.87 | 75.53 | - |
| YUV | 190.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 219 | 0.36 | 0.04 | 0 | 0.14 | 186.92 | 0.52 | 0.71 |
| Hex | 8D | D2 | DB | 24 | 4 | 0 | E | BB | 34 | 47 |
| Octal | 215 | 322 | 333 | 44 | 4 | 0 | 16 | 273 | 64 | 107 |
| Binary | 10001101 | 11010010 | 11011011 | 100100 | 100 | 0 | 1110 | 10111011 | 110100 | 1000111 |
Color Harmonies of #8DD2DB
Complementary color
Monochromatic Colors of #8DD2DB
Black with #8DD2DB
Text Example
Text Example
White with #8DD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2DB; }
p { color: rgb(141,210,219); }
H1.HeaderClassName
{
color: #8DD2DB;
}
.AnyTagClassName
{
color: #8DD2DB;
}
</style>
background-color css
<style>
a { background-color: #8DD2DB; }
a { background-color: rgb(141,210,219); }
div.DivClassName
{
background-color: #8DD2DB;
}
.BgClassName
{
background-color: #8DD2DB;
}
</style>
border-color css
<style>
span { border-color: #8DD2DB; }
span { border-color: rgb(141,210,219); }
td.TdClassName
{
border-color: #8DD2DB;
}
.TagClassName
{
border-color: #8DD2DB;
}
</style>