Shades of Spray #87C3DD
Tints of Spray #87C3DD
RGB
CMYK
RGB Variations
Color information
#87C3DD (or 0x87C3DD) is known color: Spray. HEX triplet: 87, C3 and DD. RGB value is (135,195,221). Sum of RGB (Red+Green+Blue) = 135+195+221=551 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.50% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #87C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C3DD is #783C22. Grayscale: #B3B3B3. Windows color (decimal): -7879715 or 14533511. OLE color: 14533511.
HSL color Cylindrical-coordinate representation of color #87C3DD: hue angle of 198.14º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C3DD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 195 | 221 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.13 |
| HSL | 198.14º | 0.56% | 0.7% | - |
| HSV(B) | 198.14º | 0.39% | 0.87% | - |
| XYZ | 42.56 | 49.4 | 75.7 | - |
| YUV | 180.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 221 | 0.39 | 0.12 | 0 | 0.13 | 198.14 | 0.56 | 0.7 |
| Hex | 87 | C3 | DD | 27 | C | 0 | D | C6 | 38 | 46 |
| Octal | 207 | 303 | 335 | 47 | 14 | 0 | 15 | 306 | 70 | 106 |
| Binary | 10000111 | 11000011 | 11011101 | 100111 | 1100 | 0 | 1101 | 11000110 | 111000 | 1000110 |
Color Harmonies of #87C3DD
Complementary color
Monochromatic Colors of #87C3DD
Black with #87C3DD
Text Example
Text Example
White with #87C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C3DD; }
p { color: rgb(135,195,221); }
H1.HeaderClassName
{
color: #87C3DD;
}
.AnyTagClassName
{
color: #87C3DD;
}
</style>
background-color css
<style>
a { background-color: #87C3DD; }
a { background-color: rgb(135,195,221); }
div.DivClassName
{
background-color: #87C3DD;
}
.BgClassName
{
background-color: #87C3DD;
}
</style>
border-color css
<style>
span { border-color: #87C3DD; }
span { border-color: rgb(135,195,221); }
td.TdClassName
{
border-color: #87C3DD;
}
.TagClassName
{
border-color: #87C3DD;
}
</style>