Shades of Sky Blue #85E4EF
Tints of Sky Blue #85E4EF
RGB
CMYK
RGB Variations
Color information
#85E4EF (or 0x85E4EF) is known color: Sky Blue. HEX triplet: 85, E4 and EF. RGB value is (133,228,239). Sum of RGB (Red+Green+Blue) = 133+228+239=600 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.17% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #85E4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E4EF is #7A1B10. Grayscale: #C8C8C8. Windows color (decimal): -8002321 or 15721605. OLE color: 15721605.
HSL color Cylindrical-coordinate representation of color #85E4EF: hue angle of 186.23º 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 #85E4EF is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 228 | 239 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.06 |
| HSL | 186.23º | 0.77% | 0.73% | - |
| HSV(B) | 186.23º | 0.44% | 0.94% | - |
| XYZ | 53 | 66.71 | 91.74 | - |
| YUV | 200.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 239 | 0.44 | 0.05 | 0 | 0.06 | 186.23 | 0.77 | 0.73 |
| Hex | 85 | E4 | EF | 2C | 5 | 0 | 6 | BA | 4D | 49 |
| Octal | 205 | 344 | 357 | 54 | 5 | 0 | 6 | 272 | 115 | 111 |
| Binary | 10000101 | 11100100 | 11101111 | 101100 | 101 | 0 | 110 | 10111010 | 1001101 | 1001001 |
Color Harmonies of #85E4EF
Complementary color
Monochromatic Colors of #85E4EF
Black with #85E4EF
Text Example
Text Example
White with #85E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4EF; }
p { color: rgb(133,228,239); }
H1.HeaderClassName
{
color: #85E4EF;
}
.AnyTagClassName
{
color: #85E4EF;
}
</style>
background-color css
<style>
a { background-color: #85E4EF; }
a { background-color: rgb(133,228,239); }
div.DivClassName
{
background-color: #85E4EF;
}
.BgClassName
{
background-color: #85E4EF;
}
</style>
border-color css
<style>
span { border-color: #85E4EF; }
span { border-color: rgb(133,228,239); }
td.TdClassName
{
border-color: #85E4EF;
}
.TagClassName
{
border-color: #85E4EF;
}
</style>