Shades of Spray #87DCDB
Tints of Spray #87DCDB
RGB
CMYK
RGB Variations
Color information
#87DCDB (or 0x87DCDB) is known color: Spray. HEX triplet: 87, DC and DB. RGB value is (135,220,219). Sum of RGB (Red+Green+Blue) = 135+220+219=574 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.52% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCDB is #782324. Grayscale: #C2C2C2. Windows color (decimal): -7873317 or 14408839. OLE color: 14408839.
HSL color Cylindrical-coordinate representation of color #87DCDB: hue angle of 179.29º 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 #87DCDB is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 219 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.14 |
| HSL | 179.29º | 0.55% | 0.7% | - |
| HSV(B) | 179.29º | 0.39% | 0.86% | - |
| XYZ | 48.37 | 61.45 | 76.33 | - |
| YUV | 194.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 219 | 0.39 | 0 | 0.00 | 0.14 | 179.29 | 0.55 | 0.7 |
| Hex | 87 | DC | DB | 27 | 0 | 0 | E | B3 | 37 | 46 |
| Octal | 207 | 334 | 333 | 47 | 0 | 0 | 16 | 263 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11011011 | 100111 | 0 | 0 | 1110 | 10110011 | 110111 | 1000110 |
Color Harmonies of #87DCDB
Complementary color
Monochromatic Colors of #87DCDB
Black with #87DCDB
Text Example
Text Example
White with #87DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCDB; }
p { color: rgb(135,220,219); }
H1.HeaderClassName
{
color: #87DCDB;
}
.AnyTagClassName
{
color: #87DCDB;
}
</style>
background-color css
<style>
a { background-color: #87DCDB; }
a { background-color: rgb(135,220,219); }
div.DivClassName
{
background-color: #87DCDB;
}
.BgClassName
{
background-color: #87DCDB;
}
</style>
border-color css
<style>
span { border-color: #87DCDB; }
span { border-color: rgb(135,220,219); }
td.TdClassName
{
border-color: #87DCDB;
}
.TagClassName
{
border-color: #87DCDB;
}
</style>