Shades of Spray #87C8D6
Tints of Spray #87C8D6
RGB
CMYK
RGB Variations
Color information
#87C8D6 (or 0x87C8D6) is known color: Spray. HEX triplet: 87, C8 and D6. RGB value is (135,200,214). Sum of RGB (Red+Green+Blue) = 135+200+214=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #87C8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8D6 is #783729. Grayscale: #B6B6B6. Windows color (decimal): -7878442 or 14076039. OLE color: 14076039.
HSL color Cylindrical-coordinate representation of color #87C8D6: hue angle of 190.63º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87C8D6 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 200 | 214 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.16 |
| HSL | 190.63º | 0.49% | 0.68% | - |
| HSV(B) | 190.63º | 0.37% | 0.84% | - |
| XYZ | 42.78 | 51.31 | 71.27 | - |
| YUV | 182.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 214 | 0.37 | 0.07 | 0 | 0.16 | 190.63 | 0.49 | 0.68 |
| Hex | 87 | C8 | D6 | 25 | 7 | 0 | 10 | BF | 31 | 44 |
| Octal | 207 | 310 | 326 | 45 | 7 | 0 | 20 | 277 | 61 | 104 |
| Binary | 10000111 | 11001000 | 11010110 | 100101 | 111 | 0 | 10000 | 10111111 | 110001 | 1000100 |
Color Harmonies of #87C8D6
Complementary color
Monochromatic Colors of #87C8D6
Black with #87C8D6
Text Example
Text Example
White with #87C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C8D6; }
p { color: rgb(135,200,214); }
H1.HeaderClassName
{
color: #87C8D6;
}
.AnyTagClassName
{
color: #87C8D6;
}
</style>
background-color css
<style>
a { background-color: #87C8D6; }
a { background-color: rgb(135,200,214); }
div.DivClassName
{
background-color: #87C8D6;
}
.BgClassName
{
background-color: #87C8D6;
}
</style>
border-color css
<style>
span { border-color: #87C8D6; }
span { border-color: rgb(135,200,214); }
td.TdClassName
{
border-color: #87C8D6;
}
.TagClassName
{
border-color: #87C8D6;
}
</style>