Shades of Sky Blue #85E0EC
Tints of Sky Blue #85E0EC
RGB
CMYK
RGB Variations
Color information
#85E0EC (or 0x85E0EC) is known color: Sky Blue. HEX triplet: 85, E0 and EC. RGB value is (133,224,236). Sum of RGB (Red+Green+Blue) = 133+224+236=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #85E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E0EC is #7A1F13. Grayscale: #C6C6C6. Windows color (decimal): -8003348 or 15523973. OLE color: 15523973.
HSL color Cylindrical-coordinate representation of color #85E0EC: hue angle of 186.99º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E0EC is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 224 | 236 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.07 |
| HSL | 186.99º | 0.73% | 0.72% | - |
| HSV(B) | 186.99º | 0.44% | 0.93% | - |
| XYZ | 51.47 | 64.35 | 89.07 | - |
| YUV | 198.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 236 | 0.44 | 0.05 | 0 | 0.07 | 186.99 | 0.73 | 0.72 |
| Hex | 85 | E0 | EC | 2C | 5 | 0 | 7 | BB | 49 | 48 |
| Octal | 205 | 340 | 354 | 54 | 5 | 0 | 7 | 273 | 111 | 110 |
| Binary | 10000101 | 11100000 | 11101100 | 101100 | 101 | 0 | 111 | 10111011 | 1001001 | 1001000 |
Color Harmonies of #85E0EC
Complementary color
Monochromatic Colors of #85E0EC
Black with #85E0EC
Text Example
Text Example
White with #85E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E0EC; }
p { color: rgb(133,224,236); }
H1.HeaderClassName
{
color: #85E0EC;
}
.AnyTagClassName
{
color: #85E0EC;
}
</style>
background-color css
<style>
a { background-color: #85E0EC; }
a { background-color: rgb(133,224,236); }
div.DivClassName
{
background-color: #85E0EC;
}
.BgClassName
{
background-color: #85E0EC;
}
</style>
border-color css
<style>
span { border-color: #85E0EC; }
span { border-color: rgb(133,224,236); }
td.TdClassName
{
border-color: #85E0EC;
}
.TagClassName
{
border-color: #85E0EC;
}
</style>