Shades of Spray #87D2DC
Tints of Spray #87D2DC
RGB
CMYK
RGB Variations
Color information
#87D2DC (or 0x87D2DC) is known color: Spray. HEX triplet: 87, D2 and DC. RGB value is (135,210,220). Sum of RGB (Red+Green+Blue) = 135+210+220=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D2DC is #782D23. Grayscale: #BCBCBC. Windows color (decimal): -7875876 or 14471815. OLE color: 14471815.
HSL color Cylindrical-coordinate representation of color #87D2DC: hue angle of 187.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87D2DC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 210 | 220 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.14 |
| HSL | 187.06º | 0.55% | 0.7% | - |
| HSV(B) | 187.06º | 0.39% | 0.86% | - |
| XYZ | 45.96 | 56.41 | 76.18 | - |
| YUV | 188.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 220 | 0.39 | 0.05 | 0 | 0.14 | 187.06 | 0.55 | 0.7 |
| Hex | 87 | D2 | DC | 27 | 5 | 0 | E | BB | 37 | 46 |
| Octal | 207 | 322 | 334 | 47 | 5 | 0 | 16 | 273 | 67 | 106 |
| Binary | 10000111 | 11010010 | 11011100 | 100111 | 101 | 0 | 1110 | 10111011 | 110111 | 1000110 |
Color Harmonies of #87D2DC
Complementary color
Monochromatic Colors of #87D2DC
Black with #87D2DC
Text Example
Text Example
White with #87D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D2DC; }
p { color: rgb(135,210,220); }
H1.HeaderClassName
{
color: #87D2DC;
}
.AnyTagClassName
{
color: #87D2DC;
}
</style>
background-color css
<style>
a { background-color: #87D2DC; }
a { background-color: rgb(135,210,220); }
div.DivClassName
{
background-color: #87D2DC;
}
.BgClassName
{
background-color: #87D2DC;
}
</style>
border-color css
<style>
span { border-color: #87D2DC; }
span { border-color: rgb(135,210,220); }
td.TdClassName
{
border-color: #87D2DC;
}
.TagClassName
{
border-color: #87D2DC;
}
</style>