Shades of Spray #87DAE0
Tints of Spray #87DAE0
RGB
CMYK
RGB Variations
Color information
#87DAE0 (or 0x87DAE0) is known color: Spray. HEX triplet: 87, DA and E0. RGB value is (135,218,224). Sum of RGB (Red+Green+Blue) = 135+218+224=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #87DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DAE0 is #78251F. Grayscale: #C1C1C1. Windows color (decimal): -7873824 or 14736007. OLE color: 14736007.
HSL color Cylindrical-coordinate representation of color #87DAE0: hue angle of 184.04º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87DAE0 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 218 | 224 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.12 |
| HSL | 184.04º | 0.59% | 0.7% | - |
| HSV(B) | 184.04º | 0.4% | 0.88% | - |
| XYZ | 48.52 | 60.68 | 79.68 | - |
| YUV | 193.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 218 | 224 | 0.40 | 0.03 | 0 | 0.12 | 184.04 | 0.59 | 0.7 |
| Hex | 87 | DA | E0 | 28 | 3 | 0 | C | B8 | 3B | 46 |
| Octal | 207 | 332 | 340 | 50 | 3 | 0 | 14 | 270 | 73 | 106 |
| Binary | 10000111 | 11011010 | 11100000 | 101000 | 11 | 0 | 1100 | 10111000 | 111011 | 1000110 |
Color Harmonies of #87DAE0
Complementary color
Monochromatic Colors of #87DAE0
Black with #87DAE0
Text Example
Text Example
White with #87DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DAE0; }
p { color: rgb(135,218,224); }
H1.HeaderClassName
{
color: #87DAE0;
}
.AnyTagClassName
{
color: #87DAE0;
}
</style>
background-color css
<style>
a { background-color: #87DAE0; }
a { background-color: rgb(135,218,224); }
div.DivClassName
{
background-color: #87DAE0;
}
.BgClassName
{
background-color: #87DAE0;
}
</style>
border-color css
<style>
span { border-color: #87DAE0; }
span { border-color: rgb(135,218,224); }
td.TdClassName
{
border-color: #87DAE0;
}
.TagClassName
{
border-color: #87DAE0;
}
</style>