Shades of Spray #87CFE1
Tints of Spray #87CFE1
RGB
CMYK
RGB Variations
Color information
#87CFE1 (or 0x87CFE1) is known color: Spray. HEX triplet: 87, CF and E1. RGB value is (135,207,225). Sum of RGB (Red+Green+Blue) = 135+207+225=567 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.81% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #87CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFE1 is #78301E. Grayscale: #BBBBBB. Windows color (decimal): -7876639 or 14798727. OLE color: 14798727.
HSL color Cylindrical-coordinate representation of color #87CFE1: hue angle of 192º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87CFE1 is Cyan = 0.4, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 207 | 225 | - |
| CMYK | 0.4 | 0.08 | 0 | 0.12 |
| HSL | 192º | 0.6% | 0.71% | - |
| HSV(B) | 192º | 0.4% | 0.88% | - |
| XYZ | 45.9 | 55.21 | 79.47 | - |
| YUV | 187.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 207 | 225 | 0.4 | 0.08 | 0 | 0.12 | 192 | 0.6 | 0.71 |
| Hex | 87 | CF | E1 | 28 | 8 | 0 | C | C0 | 3C | 47 |
| Octal | 207 | 317 | 341 | 50 | 10 | 0 | 14 | 300 | 74 | 107 |
| Binary | 10000111 | 11001111 | 11100001 | 101000 | 1000 | 0 | 1100 | 11000000 | 111100 | 1000111 |
Color Harmonies of #87CFE1
Complementary color
Monochromatic Colors of #87CFE1
Black with #87CFE1
Text Example
Text Example
White with #87CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CFE1; }
p { color: rgb(135,207,225); }
H1.HeaderClassName
{
color: #87CFE1;
}
.AnyTagClassName
{
color: #87CFE1;
}
</style>
background-color css
<style>
a { background-color: #87CFE1; }
a { background-color: rgb(135,207,225); }
div.DivClassName
{
background-color: #87CFE1;
}
.BgClassName
{
background-color: #87CFE1;
}
</style>
border-color css
<style>
span { border-color: #87CFE1; }
span { border-color: rgb(135,207,225); }
td.TdClassName
{
border-color: #87CFE1;
}
.TagClassName
{
border-color: #87CFE1;
}
</style>