Shades of Sky Blue #85C6EF
Tints of Sky Blue #85C6EF
RGB
CMYK
RGB Variations
Color information
#85C6EF (or 0x85C6EF) is known color: Sky Blue. HEX triplet: 85, C6 and EF. RGB value is (133,198,239). Sum of RGB (Red+Green+Blue) = 133+198+239=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #85C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C6EF is #7A3910. Grayscale: #B7B7B7. Windows color (decimal): -8010001 or 15713925. OLE color: 15713925.
HSL color Cylindrical-coordinate representation of color #85C6EF: hue angle of 203.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C6EF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 198 | 239 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.06 |
| HSL | 203.21º | 0.77% | 0.73% | - |
| HSV(B) | 203.21º | 0.44% | 0.94% | - |
| XYZ | 45.45 | 51.61 | 89.23 | - |
| YUV | 183.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 239 | 0.44 | 0.17 | 0 | 0.06 | 203.21 | 0.77 | 0.73 |
| Hex | 85 | C6 | EF | 2C | 11 | 0 | 6 | CB | 4D | 49 |
| Octal | 205 | 306 | 357 | 54 | 21 | 0 | 6 | 313 | 115 | 111 |
| Binary | 10000101 | 11000110 | 11101111 | 101100 | 10001 | 0 | 110 | 11001011 | 1001101 | 1001001 |
Color Harmonies of #85C6EF
Complementary color
Monochromatic Colors of #85C6EF
Black with #85C6EF
Text Example
Text Example
White with #85C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C6EF; }
p { color: rgb(133,198,239); }
H1.HeaderClassName
{
color: #85C6EF;
}
.AnyTagClassName
{
color: #85C6EF;
}
</style>
background-color css
<style>
a { background-color: #85C6EF; }
a { background-color: rgb(133,198,239); }
div.DivClassName
{
background-color: #85C6EF;
}
.BgClassName
{
background-color: #85C6EF;
}
</style>
border-color css
<style>
span { border-color: #85C6EF; }
span { border-color: rgb(133,198,239); }
td.TdClassName
{
border-color: #85C6EF;
}
.TagClassName
{
border-color: #85C6EF;
}
</style>