Shades of Spray #87C2DA
Tints of Spray #87C2DA
RGB
CMYK
RGB Variations
Color information
#87C2DA (or 0x87C2DA) is known color: Spray. HEX triplet: 87, C2 and DA. RGB value is (135,194,218). Sum of RGB (Red+Green+Blue) = 135+194+218=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #87C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2DA is #783D25. Grayscale: #B2B2B2. Windows color (decimal): -7879974 or 14336647. OLE color: 14336647.
HSL color Cylindrical-coordinate representation of color #87C2DA: hue angle of 197.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87C2DA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 194 | 218 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.15 |
| HSL | 197.35º | 0.53% | 0.69% | - |
| HSV(B) | 197.35º | 0.38% | 0.85% | - |
| XYZ | 41.94 | 48.8 | 73.54 | - |
| YUV | 179.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 218 | 0.38 | 0.11 | 0 | 0.15 | 197.35 | 0.53 | 0.69 |
| Hex | 87 | C2 | DA | 26 | B | 0 | F | C5 | 35 | 45 |
| Octal | 207 | 302 | 332 | 46 | 13 | 0 | 17 | 305 | 65 | 105 |
| Binary | 10000111 | 11000010 | 11011010 | 100110 | 1011 | 0 | 1111 | 11000101 | 110101 | 1000101 |
Color Harmonies of #87C2DA
Complementary color
Monochromatic Colors of #87C2DA
Black with #87C2DA
Text Example
Text Example
White with #87C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C2DA; }
p { color: rgb(135,194,218); }
H1.HeaderClassName
{
color: #87C2DA;
}
.AnyTagClassName
{
color: #87C2DA;
}
</style>
background-color css
<style>
a { background-color: #87C2DA; }
a { background-color: rgb(135,194,218); }
div.DivClassName
{
background-color: #87C2DA;
}
.BgClassName
{
background-color: #87C2DA;
}
</style>
border-color css
<style>
span { border-color: #87C2DA; }
span { border-color: rgb(135,194,218); }
td.TdClassName
{
border-color: #87C2DA;
}
.TagClassName
{
border-color: #87C2DA;
}
</style>