Shades of Spray #87CCDB
Tints of Spray #87CCDB
RGB
CMYK
RGB Variations
Color information
#87CCDB (or 0x87CCDB) is known color: Spray. HEX triplet: 87, CC and DB. RGB value is (135,204,219). Sum of RGB (Red+Green+Blue) = 135+204+219=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #87CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCDB is #783324. Grayscale: #B8B8B8. Windows color (decimal): -7877413 or 14404743. OLE color: 14404743.
HSL color Cylindrical-coordinate representation of color #87CCDB: hue angle of 190.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87CCDB is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 204 | 219 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.14 |
| HSL | 190.71º | 0.54% | 0.69% | - |
| HSV(B) | 190.71º | 0.38% | 0.86% | - |
| XYZ | 44.37 | 53.45 | 75 | - |
| YUV | 185.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 219 | 0.38 | 0.07 | 0 | 0.14 | 190.71 | 0.54 | 0.69 |
| Hex | 87 | CC | DB | 26 | 7 | 0 | E | BF | 36 | 45 |
| Octal | 207 | 314 | 333 | 46 | 7 | 0 | 16 | 277 | 66 | 105 |
| Binary | 10000111 | 11001100 | 11011011 | 100110 | 111 | 0 | 1110 | 10111111 | 110110 | 1000101 |
Color Harmonies of #87CCDB
Complementary color
Monochromatic Colors of #87CCDB
Black with #87CCDB
Text Example
Text Example
White with #87CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCDB; }
p { color: rgb(135,204,219); }
H1.HeaderClassName
{
color: #87CCDB;
}
.AnyTagClassName
{
color: #87CCDB;
}
</style>
background-color css
<style>
a { background-color: #87CCDB; }
a { background-color: rgb(135,204,219); }
div.DivClassName
{
background-color: #87CCDB;
}
.BgClassName
{
background-color: #87CCDB;
}
</style>
border-color css
<style>
span { border-color: #87CCDB; }
span { border-color: rgb(135,204,219); }
td.TdClassName
{
border-color: #87CCDB;
}
.TagClassName
{
border-color: #87CCDB;
}
</style>