Shades of Spray #87CDD9
Tints of Spray #87CDD9
RGB
CMYK
RGB Variations
Color information
#87CDD9 (or 0x87CDD9) is known color: Spray. HEX triplet: 87, CD and D9. RGB value is (135,205,217). Sum of RGB (Red+Green+Blue) = 135+205+217=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #87CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDD9 is #783226. Grayscale: #B9B9B9. Windows color (decimal): -7877159 or 14273927. OLE color: 14273927.
HSL color Cylindrical-coordinate representation of color #87CDD9: hue angle of 188.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87CDD9 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 205 | 217 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.15 |
| HSL | 188.78º | 0.52% | 0.69% | - |
| HSV(B) | 188.78º | 0.38% | 0.85% | - |
| XYZ | 44.35 | 53.82 | 73.7 | - |
| YUV | 185.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 217 | 0.38 | 0.06 | 0 | 0.15 | 188.78 | 0.52 | 0.69 |
| Hex | 87 | CD | D9 | 26 | 6 | 0 | F | BD | 34 | 45 |
| Octal | 207 | 315 | 331 | 46 | 6 | 0 | 17 | 275 | 64 | 105 |
| Binary | 10000111 | 11001101 | 11011001 | 100110 | 110 | 0 | 1111 | 10111101 | 110100 | 1000101 |
Color Harmonies of #87CDD9
Complementary color
Monochromatic Colors of #87CDD9
Black with #87CDD9
Text Example
Text Example
White with #87CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDD9; }
p { color: rgb(135,205,217); }
H1.HeaderClassName
{
color: #87CDD9;
}
.AnyTagClassName
{
color: #87CDD9;
}
</style>
background-color css
<style>
a { background-color: #87CDD9; }
a { background-color: rgb(135,205,217); }
div.DivClassName
{
background-color: #87CDD9;
}
.BgClassName
{
background-color: #87CDD9;
}
</style>
border-color css
<style>
span { border-color: #87CDD9; }
span { border-color: rgb(135,205,217); }
td.TdClassName
{
border-color: #87CDD9;
}
.TagClassName
{
border-color: #87CDD9;
}
</style>