Shades of Spray #87D0DC
Tints of Spray #87D0DC
RGB
CMYK
RGB Variations
Color information
#87D0DC (or 0x87D0DC) is known color: Spray. HEX triplet: 87, D0 and DC. RGB value is (135,208,220). Sum of RGB (Red+Green+Blue) = 135+208+220=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0DC is #782F23. Grayscale: #BBBBBB. Windows color (decimal): -7876388 or 14471303. OLE color: 14471303.
HSL color Cylindrical-coordinate representation of color #87D0DC: hue angle of 188.47º 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 #87D0DC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 208 | 220 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.14 |
| HSL | 188.47º | 0.55% | 0.7% | - |
| HSV(B) | 188.47º | 0.39% | 0.86% | - |
| XYZ | 45.47 | 55.43 | 76.01 | - |
| YUV | 187.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 220 | 0.39 | 0.05 | 0 | 0.14 | 188.47 | 0.55 | 0.7 |
| Hex | 87 | D0 | DC | 27 | 5 | 0 | E | BC | 37 | 46 |
| Octal | 207 | 320 | 334 | 47 | 5 | 0 | 16 | 274 | 67 | 106 |
| Binary | 10000111 | 11010000 | 11011100 | 100111 | 101 | 0 | 1110 | 10111100 | 110111 | 1000110 |
Color Harmonies of #87D0DC
Complementary color
Monochromatic Colors of #87D0DC
Black with #87D0DC
Text Example
Text Example
White with #87D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0DC; }
p { color: rgb(135,208,220); }
H1.HeaderClassName
{
color: #87D0DC;
}
.AnyTagClassName
{
color: #87D0DC;
}
</style>
background-color css
<style>
a { background-color: #87D0DC; }
a { background-color: rgb(135,208,220); }
div.DivClassName
{
background-color: #87D0DC;
}
.BgClassName
{
background-color: #87D0DC;
}
</style>
border-color css
<style>
span { border-color: #87D0DC; }
span { border-color: rgb(135,208,220); }
td.TdClassName
{
border-color: #87D0DC;
}
.TagClassName
{
border-color: #87D0DC;
}
</style>