Shades of Spray #87D9DC
Tints of Spray #87D9DC
RGB
CMYK
RGB Variations
Color information
#87D9DC (or 0x87D9DC) is known color: Spray. HEX triplet: 87, D9 and DC. RGB value is (135,217,220). Sum of RGB (Red+Green+Blue) = 135+217+220=572 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.60% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D9DC is #782623. Grayscale: #C0C0C0. Windows color (decimal): -7874084 or 14473607. OLE color: 14473607.
HSL color Cylindrical-coordinate representation of color #87D9DC: hue angle of 182.12º 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 #87D9DC is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 217 | 220 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.14 |
| HSL | 182.12º | 0.55% | 0.7% | - |
| HSV(B) | 182.12º | 0.39% | 0.86% | - |
| XYZ | 47.72 | 59.94 | 76.77 | - |
| YUV | 192.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 217 | 220 | 0.39 | 0.01 | 0 | 0.14 | 182.12 | 0.55 | 0.7 |
| Hex | 87 | D9 | DC | 27 | 1 | 0 | E | B6 | 37 | 46 |
| Octal | 207 | 331 | 334 | 47 | 1 | 0 | 16 | 266 | 67 | 106 |
| Binary | 10000111 | 11011001 | 11011100 | 100111 | 1 | 0 | 1110 | 10110110 | 110111 | 1000110 |
Color Harmonies of #87D9DC
Complementary color
Monochromatic Colors of #87D9DC
Black with #87D9DC
Text Example
Text Example
White with #87D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D9DC; }
p { color: rgb(135,217,220); }
H1.HeaderClassName
{
color: #87D9DC;
}
.AnyTagClassName
{
color: #87D9DC;
}
</style>
background-color css
<style>
a { background-color: #87D9DC; }
a { background-color: rgb(135,217,220); }
div.DivClassName
{
background-color: #87D9DC;
}
.BgClassName
{
background-color: #87D9DC;
}
</style>
border-color css
<style>
span { border-color: #87D9DC; }
span { border-color: rgb(135,217,220); }
td.TdClassName
{
border-color: #87D9DC;
}
.TagClassName
{
border-color: #87D9DC;
}
</style>