Shades of Spray #87CCD6
Tints of Spray #87CCD6
RGB
CMYK
RGB Variations
Color information
#87CCD6 (or 0x87CCD6) is known color: Spray. HEX triplet: 87, CC and D6. RGB value is (135,204,214). Sum of RGB (Red+Green+Blue) = 135+204+214=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #87CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCD6 is #783329. Grayscale: #B8B8B8. Windows color (decimal): -7877418 or 14077063. OLE color: 14077063.
HSL color Cylindrical-coordinate representation of color #87CCD6: hue angle of 187.59º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87CCD6 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 204 | 214 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.16 |
| HSL | 187.59º | 0.49% | 0.68% | - |
| HSV(B) | 187.59º | 0.37% | 0.84% | - |
| XYZ | 43.72 | 53.19 | 71.58 | - |
| YUV | 184.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 214 | 0.37 | 0.05 | 0 | 0.16 | 187.59 | 0.49 | 0.68 |
| Hex | 87 | CC | D6 | 25 | 5 | 0 | 10 | BC | 31 | 44 |
| Octal | 207 | 314 | 326 | 45 | 5 | 0 | 20 | 274 | 61 | 104 |
| Binary | 10000111 | 11001100 | 11010110 | 100101 | 101 | 0 | 10000 | 10111100 | 110001 | 1000100 |
Color Harmonies of #87CCD6
Complementary color
Monochromatic Colors of #87CCD6
Black with #87CCD6
Text Example
Text Example
White with #87CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCD6; }
p { color: rgb(135,204,214); }
H1.HeaderClassName
{
color: #87CCD6;
}
.AnyTagClassName
{
color: #87CCD6;
}
</style>
background-color css
<style>
a { background-color: #87CCD6; }
a { background-color: rgb(135,204,214); }
div.DivClassName
{
background-color: #87CCD6;
}
.BgClassName
{
background-color: #87CCD6;
}
</style>
border-color css
<style>
span { border-color: #87CCD6; }
span { border-color: rgb(135,204,214); }
td.TdClassName
{
border-color: #87CCD6;
}
.TagClassName
{
border-color: #87CCD6;
}
</style>