Shades of Spray #87DCDA
Tints of Spray #87DCDA
RGB
CMYK
RGB Variations
Color information
#87DCDA (or 0x87DCDA) is known color: Spray. HEX triplet: 87, DC and DA. RGB value is (135,220,218). Sum of RGB (Red+Green+Blue) = 135+220+218=573 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.56% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCDA is #782325. Grayscale: #C2C2C2. Windows color (decimal): -7873318 or 14343303. OLE color: 14343303.
HSL color Cylindrical-coordinate representation of color #87DCDA: hue angle of 178.59º 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 #87DCDA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 218 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.14 |
| HSL | 178.59º | 0.55% | 0.7% | - |
| HSV(B) | 178.59º | 0.39% | 0.86% | - |
| XYZ | 48.24 | 61.4 | 75.64 | - |
| YUV | 194.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 218 | 0.39 | 0 | 0.01 | 0.14 | 178.59 | 0.55 | 0.7 |
| Hex | 87 | DC | DA | 27 | 0 | 1 | E | B3 | 37 | 46 |
| Octal | 207 | 334 | 332 | 47 | 0 | 1 | 16 | 263 | 67 | 106 |
| Binary | 10000111 | 11011100 | 11011010 | 100111 | 0 | 1 | 1110 | 10110011 | 110111 | 1000110 |
Color Harmonies of #87DCDA
Complementary color
Monochromatic Colors of #87DCDA
Black with #87DCDA
Text Example
Text Example
White with #87DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCDA; }
p { color: rgb(135,220,218); }
H1.HeaderClassName
{
color: #87DCDA;
}
.AnyTagClassName
{
color: #87DCDA;
}
</style>
background-color css
<style>
a { background-color: #87DCDA; }
a { background-color: rgb(135,220,218); }
div.DivClassName
{
background-color: #87DCDA;
}
.BgClassName
{
background-color: #87DCDA;
}
</style>
border-color css
<style>
span { border-color: #87DCDA; }
span { border-color: rgb(135,220,218); }
td.TdClassName
{
border-color: #87DCDA;
}
.TagClassName
{
border-color: #87DCDA;
}
</style>