Shades of Spray #87CED7
Tints of Spray #87CED7
RGB
CMYK
RGB Variations
Color information
#87CED7 (or 0x87CED7) is known color: Spray. HEX triplet: 87, CE and D7. RGB value is (135,206,215). Sum of RGB (Red+Green+Blue) = 135+206+215=556 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.28% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #87CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CED7 is #783128. Grayscale: #B9B9B9. Windows color (decimal): -7876905 or 14143111. OLE color: 14143111.
HSL color Cylindrical-coordinate representation of color #87CED7: hue angle of 186.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87CED7 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 206 | 215 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.16 |
| HSL | 186.75º | 0.5% | 0.69% | - |
| HSV(B) | 186.75º | 0.37% | 0.84% | - |
| XYZ | 44.33 | 54.2 | 72.42 | - |
| YUV | 185.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 206 | 215 | 0.37 | 0.04 | 0 | 0.16 | 186.75 | 0.5 | 0.69 |
| Hex | 87 | CE | D7 | 25 | 4 | 0 | 10 | BB | 32 | 45 |
| Octal | 207 | 316 | 327 | 45 | 4 | 0 | 20 | 273 | 62 | 105 |
| Binary | 10000111 | 11001110 | 11010111 | 100101 | 100 | 0 | 10000 | 10111011 | 110010 | 1000101 |
Color Harmonies of #87CED7
Complementary color
Monochromatic Colors of #87CED7
Black with #87CED7
Text Example
Text Example
White with #87CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CED7; }
p { color: rgb(135,206,215); }
H1.HeaderClassName
{
color: #87CED7;
}
.AnyTagClassName
{
color: #87CED7;
}
</style>
background-color css
<style>
a { background-color: #87CED7; }
a { background-color: rgb(135,206,215); }
div.DivClassName
{
background-color: #87CED7;
}
.BgClassName
{
background-color: #87CED7;
}
</style>
border-color css
<style>
span { border-color: #87CED7; }
span { border-color: rgb(135,206,215); }
td.TdClassName
{
border-color: #87CED7;
}
.TagClassName
{
border-color: #87CED7;
}
</style>