Shades of Sky Blue #85C9EC
Tints of Sky Blue #85C9EC
RGB
CMYK
RGB Variations
Color information
#85C9EC (or 0x85C9EC) is known color: Sky Blue. HEX triplet: 85, C9 and EC. RGB value is (133,201,236). Sum of RGB (Red+Green+Blue) = 133+201+236=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #85C9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9EC is #7A3613. Grayscale: #B8B8B8. Windows color (decimal): -8009236 or 15518085. OLE color: 15518085.
HSL color Cylindrical-coordinate representation of color #85C9EC: hue angle of 200.39º 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 #85C9EC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 201 | 236 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.07 |
| HSL | 200.39º | 0.73% | 0.72% | - |
| HSV(B) | 200.39º | 0.44% | 0.93% | - |
| XYZ | 45.7 | 52.82 | 87.14 | - |
| YUV | 184.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 236 | 0.44 | 0.15 | 0 | 0.07 | 200.39 | 0.73 | 0.72 |
| Hex | 85 | C9 | EC | 2C | F | 0 | 7 | C8 | 49 | 48 |
| Octal | 205 | 311 | 354 | 54 | 17 | 0 | 7 | 310 | 111 | 110 |
| Binary | 10000101 | 11001001 | 11101100 | 101100 | 1111 | 0 | 111 | 11001000 | 1001001 | 1001000 |
Color Harmonies of #85C9EC
Complementary color
Monochromatic Colors of #85C9EC
Black with #85C9EC
Text Example
Text Example
White with #85C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9EC; }
p { color: rgb(133,201,236); }
H1.HeaderClassName
{
color: #85C9EC;
}
.AnyTagClassName
{
color: #85C9EC;
}
</style>
background-color css
<style>
a { background-color: #85C9EC; }
a { background-color: rgb(133,201,236); }
div.DivClassName
{
background-color: #85C9EC;
}
.BgClassName
{
background-color: #85C9EC;
}
</style>
border-color css
<style>
span { border-color: #85C9EC; }
span { border-color: rgb(133,201,236); }
td.TdClassName
{
border-color: #85C9EC;
}
.TagClassName
{
border-color: #85C9EC;
}
</style>