Shades of Spray #87C7D6
Tints of Spray #87C7D6
RGB
CMYK
RGB Variations
Color information
#87C7D6 (or 0x87C7D6) is known color: Spray. HEX triplet: 87, C7 and D6. RGB value is (135,199,214). Sum of RGB (Red+Green+Blue) = 135+199+214=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #87C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C7D6 is #783829. Grayscale: #B5B5B5. Windows color (decimal): -7878698 or 14075783. OLE color: 14075783.
HSL color Cylindrical-coordinate representation of color #87C7D6: hue angle of 191.39º 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 #87C7D6 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 199 | 214 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.16 |
| HSL | 191.39º | 0.49% | 0.68% | - |
| HSV(B) | 191.39º | 0.37% | 0.84% | - |
| XYZ | 42.55 | 50.85 | 71.19 | - |
| YUV | 181.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 199 | 214 | 0.37 | 0.07 | 0 | 0.16 | 191.39 | 0.49 | 0.68 |
| Hex | 87 | C7 | D6 | 25 | 7 | 0 | 10 | BF | 31 | 44 |
| Octal | 207 | 307 | 326 | 45 | 7 | 0 | 20 | 277 | 61 | 104 |
| Binary | 10000111 | 11000111 | 11010110 | 100101 | 111 | 0 | 10000 | 10111111 | 110001 | 1000100 |
Color Harmonies of #87C7D6
Complementary color
Monochromatic Colors of #87C7D6
Black with #87C7D6
Text Example
Text Example
White with #87C7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C7D6; }
p { color: rgb(135,199,214); }
H1.HeaderClassName
{
color: #87C7D6;
}
.AnyTagClassName
{
color: #87C7D6;
}
</style>
background-color css
<style>
a { background-color: #87C7D6; }
a { background-color: rgb(135,199,214); }
div.DivClassName
{
background-color: #87C7D6;
}
.BgClassName
{
background-color: #87C7D6;
}
</style>
border-color css
<style>
span { border-color: #87C7D6; }
span { border-color: rgb(135,199,214); }
td.TdClassName
{
border-color: #87C7D6;
}
.TagClassName
{
border-color: #87C7D6;
}
</style>