Shades of Spray #87CCD3
Tints of Spray #87CCD3
RGB
CMYK
RGB Variations
Color information
#87CCD3 (or 0x87CCD3) is known color: Spray. HEX triplet: 87, CC and D3. RGB value is (135,204,211). Sum of RGB (Red+Green+Blue) = 135+204+211=550 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.55% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #87CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCD3 is #78332C. Grayscale: #B8B8B8. Windows color (decimal): -7877421 or 13880455. OLE color: 13880455.
HSL color Cylindrical-coordinate representation of color #87CCD3: hue angle of 185.53º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87CCD3 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 204 | 211 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.17 |
| HSL | 185.53º | 0.46% | 0.68% | - |
| HSV(B) | 185.53º | 0.36% | 0.83% | - |
| XYZ | 43.34 | 53.04 | 69.58 | - |
| YUV | 184.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 211 | 0.36 | 0.03 | 0 | 0.17 | 185.53 | 0.46 | 0.68 |
| Hex | 87 | CC | D3 | 24 | 3 | 0 | 11 | BA | 2E | 44 |
| Octal | 207 | 314 | 323 | 44 | 3 | 0 | 21 | 272 | 56 | 104 |
| Binary | 10000111 | 11001100 | 11010011 | 100100 | 11 | 0 | 10001 | 10111010 | 101110 | 1000100 |
Color Harmonies of #87CCD3
Complementary color
Monochromatic Colors of #87CCD3
Black with #87CCD3
Text Example
Text Example
White with #87CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCD3; }
p { color: rgb(135,204,211); }
H1.HeaderClassName
{
color: #87CCD3;
}
.AnyTagClassName
{
color: #87CCD3;
}
</style>
background-color css
<style>
a { background-color: #87CCD3; }
a { background-color: rgb(135,204,211); }
div.DivClassName
{
background-color: #87CCD3;
}
.BgClassName
{
background-color: #87CCD3;
}
</style>
border-color css
<style>
span { border-color: #87CCD3; }
span { border-color: rgb(135,204,211); }
td.TdClassName
{
border-color: #87CCD3;
}
.TagClassName
{
border-color: #87CCD3;
}
</style>