Shades of Spray #87CFE0
Tints of Spray #87CFE0
RGB
CMYK
RGB Variations
Color information
#87CFE0 (or 0x87CFE0) is known color: Spray. HEX triplet: 87, CF and E0. RGB value is (135,207,224). Sum of RGB (Red+Green+Blue) = 135+207+224=566 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.85% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #87CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFE0 is #78301F. Grayscale: #BBBBBB. Windows color (decimal): -7876640 or 14733191. OLE color: 14733191.
HSL color Cylindrical-coordinate representation of color #87CFE0: hue angle of 191.46º 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 #87CFE0 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 207 | 224 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.12 |
| HSL | 191.46º | 0.59% | 0.7% | - |
| HSV(B) | 191.46º | 0.4% | 0.88% | - |
| XYZ | 45.76 | 55.16 | 78.76 | - |
| YUV | 187.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 207 | 224 | 0.40 | 0.08 | 0 | 0.12 | 191.46 | 0.59 | 0.7 |
| Hex | 87 | CF | E0 | 28 | 8 | 0 | C | BF | 3B | 46 |
| Octal | 207 | 317 | 340 | 50 | 10 | 0 | 14 | 277 | 73 | 106 |
| Binary | 10000111 | 11001111 | 11100000 | 101000 | 1000 | 0 | 1100 | 10111111 | 111011 | 1000110 |
Color Harmonies of #87CFE0
Complementary color
Monochromatic Colors of #87CFE0
Black with #87CFE0
Text Example
Text Example
White with #87CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CFE0; }
p { color: rgb(135,207,224); }
H1.HeaderClassName
{
color: #87CFE0;
}
.AnyTagClassName
{
color: #87CFE0;
}
</style>
background-color css
<style>
a { background-color: #87CFE0; }
a { background-color: rgb(135,207,224); }
div.DivClassName
{
background-color: #87CFE0;
}
.BgClassName
{
background-color: #87CFE0;
}
</style>
border-color css
<style>
span { border-color: #87CFE0; }
span { border-color: rgb(135,207,224); }
td.TdClassName
{
border-color: #87CFE0;
}
.TagClassName
{
border-color: #87CFE0;
}
</style>