Shades of Spray #87C8D7
Tints of Spray #87C8D7
RGB
CMYK
RGB Variations
Color information
#87C8D7 (or 0x87C8D7) is known color: Spray. HEX triplet: 87, C8 and D7. RGB value is (135,200,215). Sum of RGB (Red+Green+Blue) = 135+200+215=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #87C8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8D7 is #783728. Grayscale: #B6B6B6. Windows color (decimal): -7878441 or 14141575. OLE color: 14141575.
HSL color Cylindrical-coordinate representation of color #87C8D7: hue angle of 191.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87C8D7 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 200 | 215 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.16 |
| HSL | 191.25º | 0.5% | 0.69% | - |
| HSV(B) | 191.25º | 0.37% | 0.84% | - |
| XYZ | 42.91 | 51.37 | 71.94 | - |
| YUV | 182.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 215 | 0.37 | 0.07 | 0 | 0.16 | 191.25 | 0.5 | 0.69 |
| Hex | 87 | C8 | D7 | 25 | 7 | 0 | 10 | BF | 32 | 45 |
| Octal | 207 | 310 | 327 | 45 | 7 | 0 | 20 | 277 | 62 | 105 |
| Binary | 10000111 | 11001000 | 11010111 | 100101 | 111 | 0 | 10000 | 10111111 | 110010 | 1000101 |
Color Harmonies of #87C8D7
Complementary color
Monochromatic Colors of #87C8D7
Black with #87C8D7
Text Example
Text Example
White with #87C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8D7; }
p { color: rgb(135,200,215); }
H1.HeaderClassName
{
color: #87C8D7;
}
.AnyTagClassName
{
color: #87C8D7;
}
</style>
background-color css
<style>
a { background-color: #87C8D7; }
a { background-color: rgb(135,200,215); }
div.DivClassName
{
background-color: #87C8D7;
}
.BgClassName
{
background-color: #87C8D7;
}
</style>
border-color css
<style>
span { border-color: #87C8D7; }
span { border-color: rgb(135,200,215); }
td.TdClassName
{
border-color: #87C8D7;
}
.TagClassName
{
border-color: #87C8D7;
}
</style>