Shades of Sky Blue #87C5E1
Tints of Sky Blue #87C5E1
RGB
CMYK
RGB Variations
Color information
#87C5E1 (or 0x87C5E1) is known color: Sky Blue. HEX triplet: 87, C5 and E1. RGB value is (135,197,225). Sum of RGB (Red+Green+Blue) = 135+197+225=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #87C5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C5E1 is #783A1E. Grayscale: #B5B5B5. Windows color (decimal): -7879199 or 14796167. OLE color: 14796167.
HSL color Cylindrical-coordinate representation of color #87C5E1: hue angle of 198.67º 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 #87C5E1 is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 197 | 225 | - |
| CMYK | 0.4 | 0.12 | 0 | 0.12 |
| HSL | 198.67º | 0.6% | 0.71% | - |
| HSV(B) | 198.67º | 0.4% | 0.88% | - |
| XYZ | 43.55 | 50.52 | 78.69 | - |
| YUV | 181.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 197 | 225 | 0.4 | 0.12 | 0 | 0.12 | 198.67 | 0.6 | 0.71 |
| Hex | 87 | C5 | E1 | 28 | C | 0 | C | C7 | 3C | 47 |
| Octal | 207 | 305 | 341 | 50 | 14 | 0 | 14 | 307 | 74 | 107 |
| Binary | 10000111 | 11000101 | 11100001 | 101000 | 1100 | 0 | 1100 | 11000111 | 111100 | 1000111 |
Color Harmonies of #87C5E1
Complementary color
Monochromatic Colors of #87C5E1
Black with #87C5E1
Text Example
Text Example
White with #87C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C5E1; }
p { color: rgb(135,197,225); }
H1.HeaderClassName
{
color: #87C5E1;
}
.AnyTagClassName
{
color: #87C5E1;
}
</style>
background-color css
<style>
a { background-color: #87C5E1; }
a { background-color: rgb(135,197,225); }
div.DivClassName
{
background-color: #87C5E1;
}
.BgClassName
{
background-color: #87C5E1;
}
</style>
border-color css
<style>
span { border-color: #87C5E1; }
span { border-color: rgb(135,197,225); }
td.TdClassName
{
border-color: #87C5E1;
}
.TagClassName
{
border-color: #87C5E1;
}
</style>