Shades of Spray #87DCDD
Tints of Spray #87DCDD
RGB
CMYK
RGB Variations
Color information
#87DCDD (or 0x87DCDD) is known color: Spray. HEX triplet: 87, DC and DD. RGB value is (135,220,221). Sum of RGB (Red+Green+Blue) = 135+220+221=576 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.44% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #87DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCDD is #782322. Grayscale: #C2C2C2. Windows color (decimal): -7873315 or 14539911. OLE color: 14539911.
HSL color Cylindrical-coordinate representation of color #87DCDD: hue angle of 180.7º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCDD is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 220 | 221 | - |
| CMYK | 0.39 | 0.00 | 0 | 0.13 |
| HSL | 180.7º | 0.56% | 0.7% | - |
| HSV(B) | 180.7º | 0.39% | 0.87% | - |
| XYZ | 48.64 | 61.56 | 77.73 | - |
| YUV | 194.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 221 | 0.39 | 0.00 | 0 | 0.13 | 180.7 | 0.56 | 0.7 |
| Hex | 87 | DC | DD | 27 | 0 | 0 | D | B5 | 38 | 46 |
| Octal | 207 | 334 | 335 | 47 | 0 | 0 | 15 | 265 | 70 | 106 |
| Binary | 10000111 | 11011100 | 11011101 | 100111 | 0 | 0 | 1101 | 10110101 | 111000 | 1000110 |
Color Harmonies of #87DCDD
Complementary color
Monochromatic Colors of #87DCDD
Black with #87DCDD
Text Example
Text Example
White with #87DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCDD; }
p { color: rgb(135,220,221); }
H1.HeaderClassName
{
color: #87DCDD;
}
.AnyTagClassName
{
color: #87DCDD;
}
</style>
background-color css
<style>
a { background-color: #87DCDD; }
a { background-color: rgb(135,220,221); }
div.DivClassName
{
background-color: #87DCDD;
}
.BgClassName
{
background-color: #87DCDD;
}
</style>
border-color css
<style>
span { border-color: #87DCDD; }
span { border-color: rgb(135,220,221); }
td.TdClassName
{
border-color: #87DCDD;
}
.TagClassName
{
border-color: #87DCDD;
}
</style>