Shades of Spray #87CCD8
Tints of Spray #87CCD8
RGB
CMYK
RGB Variations
Color information
#87CCD8 (or 0x87CCD8) is known color: Spray. HEX triplet: 87, CC and D8. RGB value is (135,204,216). Sum of RGB (Red+Green+Blue) = 135+204+216=555 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.32% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #87CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCD8 is #783327. Grayscale: #B8B8B8. Windows color (decimal): -7877416 or 14208135. OLE color: 14208135.
HSL color Cylindrical-coordinate representation of color #87CCD8: hue angle of 188.89º degrees, saturation: 0.51, 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 #87CCD8 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 204 | 216 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.15 |
| HSL | 188.89º | 0.51% | 0.69% | - |
| HSV(B) | 188.89º | 0.38% | 0.85% | - |
| XYZ | 43.98 | 53.29 | 72.93 | - |
| YUV | 184.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 216 | 0.38 | 0.06 | 0 | 0.15 | 188.89 | 0.51 | 0.69 |
| Hex | 87 | CC | D8 | 26 | 6 | 0 | F | BD | 33 | 45 |
| Octal | 207 | 314 | 330 | 46 | 6 | 0 | 17 | 275 | 63 | 105 |
| Binary | 10000111 | 11001100 | 11011000 | 100110 | 110 | 0 | 1111 | 10111101 | 110011 | 1000101 |
Color Harmonies of #87CCD8
Complementary color
Monochromatic Colors of #87CCD8
Black with #87CCD8
Text Example
Text Example
White with #87CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCD8; }
p { color: rgb(135,204,216); }
H1.HeaderClassName
{
color: #87CCD8;
}
.AnyTagClassName
{
color: #87CCD8;
}
</style>
background-color css
<style>
a { background-color: #87CCD8; }
a { background-color: rgb(135,204,216); }
div.DivClassName
{
background-color: #87CCD8;
}
.BgClassName
{
background-color: #87CCD8;
}
</style>
border-color css
<style>
span { border-color: #87CCD8; }
span { border-color: rgb(135,204,216); }
td.TdClassName
{
border-color: #87CCD8;
}
.TagClassName
{
border-color: #87CCD8;
}
</style>