Shades of Spray #87C8D9
Tints of Spray #87C8D9
RGB
CMYK
RGB Variations
Color information
#87C8D9 (or 0x87C8D9) is known color: Spray. HEX triplet: 87, C8 and D9. RGB value is (135,200,217). Sum of RGB (Red+Green+Blue) = 135+200+217=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #87C8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8D9 is #783726. Grayscale: #B6B6B6. Windows color (decimal): -7878439 or 14272647. OLE color: 14272647.
HSL color Cylindrical-coordinate representation of color #87C8D9: hue angle of 192.44º 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 #87C8D9 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 200 | 217 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.15 |
| HSL | 192.44º | 0.52% | 0.69% | - |
| HSV(B) | 192.44º | 0.38% | 0.85% | - |
| XYZ | 43.17 | 51.47 | 73.3 | - |
| YUV | 182.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 217 | 0.38 | 0.08 | 0 | 0.15 | 192.44 | 0.52 | 0.69 |
| Hex | 87 | C8 | D9 | 26 | 8 | 0 | F | C0 | 34 | 45 |
| Octal | 207 | 310 | 331 | 46 | 10 | 0 | 17 | 300 | 64 | 105 |
| Binary | 10000111 | 11001000 | 11011001 | 100110 | 1000 | 0 | 1111 | 11000000 | 110100 | 1000101 |
Color Harmonies of #87C8D9
Complementary color
Monochromatic Colors of #87C8D9
Black with #87C8D9
Text Example
Text Example
White with #87C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8D9; }
p { color: rgb(135,200,217); }
H1.HeaderClassName
{
color: #87C8D9;
}
.AnyTagClassName
{
color: #87C8D9;
}
</style>
background-color css
<style>
a { background-color: #87C8D9; }
a { background-color: rgb(135,200,217); }
div.DivClassName
{
background-color: #87C8D9;
}
.BgClassName
{
background-color: #87C8D9;
}
</style>
border-color css
<style>
span { border-color: #87C8D9; }
span { border-color: rgb(135,200,217); }
td.TdClassName
{
border-color: #87C8D9;
}
.TagClassName
{
border-color: #87C8D9;
}
</style>