Shades of Spray #87CDE0
Tints of Spray #87CDE0
RGB
CMYK
RGB Variations
Color information
#87CDE0 (or 0x87CDE0) is known color: Spray. HEX triplet: 87, CD and E0. RGB value is (135,205,224). Sum of RGB (Red+Green+Blue) = 135+205+224=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #87CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDE0 is #78321F. Grayscale: #BABABA. Windows color (decimal): -7877152 or 14732679. OLE color: 14732679.
HSL color Cylindrical-coordinate representation of color #87CDE0: hue angle of 192.81º 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 #87CDE0 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 205 | 224 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.12 |
| HSL | 192.81º | 0.59% | 0.7% | - |
| HSV(B) | 192.81º | 0.4% | 0.88% | - |
| XYZ | 45.28 | 54.2 | 78.6 | - |
| YUV | 186.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 224 | 0.40 | 0.08 | 0 | 0.12 | 192.81 | 0.59 | 0.7 |
| Hex | 87 | CD | E0 | 28 | 8 | 0 | C | C1 | 3B | 46 |
| Octal | 207 | 315 | 340 | 50 | 10 | 0 | 14 | 301 | 73 | 106 |
| Binary | 10000111 | 11001101 | 11100000 | 101000 | 1000 | 0 | 1100 | 11000001 | 111011 | 1000110 |
Color Harmonies of #87CDE0
Complementary color
Monochromatic Colors of #87CDE0
Black with #87CDE0
Text Example
Text Example
White with #87CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDE0; }
p { color: rgb(135,205,224); }
H1.HeaderClassName
{
color: #87CDE0;
}
.AnyTagClassName
{
color: #87CDE0;
}
</style>
background-color css
<style>
a { background-color: #87CDE0; }
a { background-color: rgb(135,205,224); }
div.DivClassName
{
background-color: #87CDE0;
}
.BgClassName
{
background-color: #87CDE0;
}
</style>
border-color css
<style>
span { border-color: #87CDE0; }
span { border-color: rgb(135,205,224); }
td.TdClassName
{
border-color: #87CDE0;
}
.TagClassName
{
border-color: #87CDE0;
}
</style>