Shades of Spray #87C2CC
Tints of Spray #87C2CC
RGB
CMYK
RGB Variations
Color information
#87C2CC (or 0x87C2CC) is known color: Spray. HEX triplet: 87, C2 and CC. RGB value is (135,194,204). Sum of RGB (Red+Green+Blue) = 135+194+204=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #87C2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2CC is #783D33. Grayscale: #B1B1B1. Windows color (decimal): -7879988 or 13419143. OLE color: 13419143.
HSL color Cylindrical-coordinate representation of color #87C2CC: hue angle of 188.7º 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 #87C2CC is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 194 | 204 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.2 |
| HSL | 188.7º | 0.4% | 0.66% | - |
| HSV(B) | 188.7º | 0.34% | 0.8% | - |
| XYZ | 40.18 | 48.09 | 64.29 | - |
| YUV | 177.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 204 | 0.34 | 0.05 | 0 | 0.2 | 188.7 | 0.4 | 0.66 |
| Hex | 87 | C2 | CC | 22 | 5 | 0 | 14 | BD | 28 | 42 |
| Octal | 207 | 302 | 314 | 42 | 5 | 0 | 24 | 275 | 50 | 102 |
| Binary | 10000111 | 11000010 | 11001100 | 100010 | 101 | 0 | 10100 | 10111101 | 101000 | 1000010 |
Color Harmonies of #87C2CC
Complementary color
Monochromatic Colors of #87C2CC
Black with #87C2CC
Text Example
Text Example
White with #87C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C2CC; }
p { color: rgb(135,194,204); }
H1.HeaderClassName
{
color: #87C2CC;
}
.AnyTagClassName
{
color: #87C2CC;
}
</style>
background-color css
<style>
a { background-color: #87C2CC; }
a { background-color: rgb(135,194,204); }
div.DivClassName
{
background-color: #87C2CC;
}
.BgClassName
{
background-color: #87C2CC;
}
</style>
border-color css
<style>
span { border-color: #87C2CC; }
span { border-color: rgb(135,194,204); }
td.TdClassName
{
border-color: #87C2CC;
}
.TagClassName
{
border-color: #87C2CC;
}
</style>