Shades of Spray #87CACC
Tints of Spray #87CACC
RGB
CMYK
RGB Variations
Color information
#87CACC (or 0x87CACC) is known color: Spray. HEX triplet: 87, CA and CC. RGB value is (135,202,204). Sum of RGB (Red+Green+Blue) = 135+202+204=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #87CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CACC is #783533. Grayscale: #B6B6B6. Windows color (decimal): -7877940 or 13421191. OLE color: 13421191.
HSL color Cylindrical-coordinate representation of color #87CACC: hue angle of 181.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CACC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 202 | 204 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.2 |
| HSL | 181.74º | 0.4% | 0.66% | - |
| HSV(B) | 181.74º | 0.34% | 0.8% | - |
| XYZ | 42.01 | 51.75 | 64.9 | - |
| YUV | 182.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 204 | 0.34 | 0.01 | 0 | 0.2 | 181.74 | 0.4 | 0.66 |
| Hex | 87 | CA | CC | 22 | 1 | 0 | 14 | B6 | 28 | 42 |
| Octal | 207 | 312 | 314 | 42 | 1 | 0 | 24 | 266 | 50 | 102 |
| Binary | 10000111 | 11001010 | 11001100 | 100010 | 1 | 0 | 10100 | 10110110 | 101000 | 1000010 |
Color Harmonies of #87CACC
Complementary color
Monochromatic Colors of #87CACC
Black with #87CACC
Text Example
Text Example
White with #87CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CACC; }
p { color: rgb(135,202,204); }
H1.HeaderClassName
{
color: #87CACC;
}
.AnyTagClassName
{
color: #87CACC;
}
</style>
background-color css
<style>
a { background-color: #87CACC; }
a { background-color: rgb(135,202,204); }
div.DivClassName
{
background-color: #87CACC;
}
.BgClassName
{
background-color: #87CACC;
}
</style>
border-color css
<style>
span { border-color: #87CACC; }
span { border-color: rgb(135,202,204); }
td.TdClassName
{
border-color: #87CACC;
}
.TagClassName
{
border-color: #87CACC;
}
</style>