Shades of Light Sky Blue #87C0EE
Tints of Light Sky Blue #87C0EE
RGB
CMYK
RGB Variations
Color information
#87C0EE (or 0x87C0EE) is known color: Light Sky Blue. HEX triplet: 87, C0 and EE. RGB value is (135,192,238). Sum of RGB (Red+Green+Blue) = 135+192+238=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #87C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87C0EE is #783F11. Grayscale: #B3B3B3. Windows color (decimal): -7880466 or 15646855. OLE color: 15646855.
HSL color Cylindrical-coordinate representation of color #87C0EE: hue angle of 206.8º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87C0EE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 192 | 238 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.07 |
| HSL | 206.8º | 0.75% | 0.73% | - |
| HSV(B) | 206.8º | 0.43% | 0.93% | - |
| XYZ | 44.27 | 49.02 | 88.02 | - |
| YUV | 180.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 238 | 0.43 | 0.19 | 0 | 0.07 | 206.8 | 0.75 | 0.73 |
| Hex | 87 | C0 | EE | 2B | 13 | 0 | 7 | CF | 4B | 49 |
| Octal | 207 | 300 | 356 | 53 | 23 | 0 | 7 | 317 | 113 | 111 |
| Binary | 10000111 | 11000000 | 11101110 | 101011 | 10011 | 0 | 111 | 11001111 | 1001011 | 1001001 |
Color Harmonies of #87C0EE
Complementary color
Monochromatic Colors of #87C0EE
Black with #87C0EE
Text Example
Text Example
White with #87C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C0EE; }
p { color: rgb(135,192,238); }
H1.HeaderClassName
{
color: #87C0EE;
}
.AnyTagClassName
{
color: #87C0EE;
}
</style>
background-color css
<style>
a { background-color: #87C0EE; }
a { background-color: rgb(135,192,238); }
div.DivClassName
{
background-color: #87C0EE;
}
.BgClassName
{
background-color: #87C0EE;
}
</style>
border-color css
<style>
span { border-color: #87C0EE; }
span { border-color: rgb(135,192,238); }
td.TdClassName
{
border-color: #87C0EE;
}
.TagClassName
{
border-color: #87C0EE;
}
</style>