Shades of Spray #87C7CE
Tints of Spray #87C7CE
RGB
CMYK
RGB Variations
Color information
#87C7CE (or 0x87C7CE) is known color: Spray. HEX triplet: 87, C7 and CE. RGB value is (135,199,206). Sum of RGB (Red+Green+Blue) = 135+199+206=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #87C7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C7CE is #783831. Grayscale: #B4B4B4. Windows color (decimal): -7878706 or 13551495. OLE color: 13551495.
HSL color Cylindrical-coordinate representation of color #87C7CE: hue angle of 185.92º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C7CE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 199 | 206 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.19 |
| HSL | 185.92º | 0.42% | 0.67% | - |
| HSV(B) | 185.92º | 0.34% | 0.81% | - |
| XYZ | 41.56 | 50.45 | 65.94 | - |
| YUV | 180.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 199 | 206 | 0.34 | 0.03 | 0 | 0.19 | 185.92 | 0.42 | 0.67 |
| Hex | 87 | C7 | CE | 22 | 3 | 0 | 13 | BA | 2A | 43 |
| Octal | 207 | 307 | 316 | 42 | 3 | 0 | 23 | 272 | 52 | 103 |
| Binary | 10000111 | 11000111 | 11001110 | 100010 | 11 | 0 | 10011 | 10111010 | 101010 | 1000011 |
Color Harmonies of #87C7CE
Complementary color
Monochromatic Colors of #87C7CE
Black with #87C7CE
Text Example
Text Example
White with #87C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C7CE; }
p { color: rgb(135,199,206); }
H1.HeaderClassName
{
color: #87C7CE;
}
.AnyTagClassName
{
color: #87C7CE;
}
</style>
background-color css
<style>
a { background-color: #87C7CE; }
a { background-color: rgb(135,199,206); }
div.DivClassName
{
background-color: #87C7CE;
}
.BgClassName
{
background-color: #87C7CE;
}
</style>
border-color css
<style>
span { border-color: #87C7CE; }
span { border-color: rgb(135,199,206); }
td.TdClassName
{
border-color: #87C7CE;
}
.TagClassName
{
border-color: #87C7CE;
}
</style>