Shades of Spray #8DD1D8
Tints of Spray #8DD1D8
RGB
CMYK
RGB Variations
Color information
#8DD1D8 (or 0x8DD1D8) is known color: Spray. HEX triplet: 8D, D1 and D8. RGB value is (141,209,216). Sum of RGB (Red+Green+Blue) = 141+209+216=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #8DD1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD1D8 is #722E27. Grayscale: #BDBDBD. Windows color (decimal): -7482920 or 14209421. OLE color: 14209421.
HSL color Cylindrical-coordinate representation of color #8DD1D8: hue angle of 185.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD1D8 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 209 | 216 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.15 |
| HSL | 185.6º | 0.49% | 0.7% | - |
| HSV(B) | 185.6º | 0.35% | 0.85% | - |
| XYZ | 46.18 | 56.22 | 73.38 | - |
| YUV | 189.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 216 | 0.35 | 0.03 | 0 | 0.15 | 185.6 | 0.49 | 0.7 |
| Hex | 8D | D1 | D8 | 23 | 3 | 0 | F | BA | 31 | 46 |
| Octal | 215 | 321 | 330 | 43 | 3 | 0 | 17 | 272 | 61 | 106 |
| Binary | 10001101 | 11010001 | 11011000 | 100011 | 11 | 0 | 1111 | 10111010 | 110001 | 1000110 |
Color Harmonies of #8DD1D8
Complementary color
Monochromatic Colors of #8DD1D8
Black with #8DD1D8
Text Example
Text Example
White with #8DD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1D8; }
p { color: rgb(141,209,216); }
H1.HeaderClassName
{
color: #8DD1D8;
}
.AnyTagClassName
{
color: #8DD1D8;
}
</style>
background-color css
<style>
a { background-color: #8DD1D8; }
a { background-color: rgb(141,209,216); }
div.DivClassName
{
background-color: #8DD1D8;
}
.BgClassName
{
background-color: #8DD1D8;
}
</style>
border-color css
<style>
span { border-color: #8DD1D8; }
span { border-color: rgb(141,209,216); }
td.TdClassName
{
border-color: #8DD1D8;
}
.TagClassName
{
border-color: #8DD1D8;
}
</style>