Shades of Sky Blue #85D9EF
Tints of Sky Blue #85D9EF
RGB
CMYK
RGB Variations
Color information
#85D9EF (or 0x85D9EF) is known color: Sky Blue. HEX triplet: 85, D9 and EF. RGB value is (133,217,239). Sum of RGB (Red+Green+Blue) = 133+217+239=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #85D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D9EF is #7A2610. Grayscale: #C2C2C2. Windows color (decimal): -8005137 or 15718789. OLE color: 15718789.
HSL color Cylindrical-coordinate representation of color #85D9EF: hue angle of 192.45º 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 #85D9EF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 217 | 239 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.06 |
| HSL | 192.45º | 0.77% | 0.73% | - |
| HSV(B) | 192.45º | 0.44% | 0.94% | - |
| XYZ | 50.07 | 60.84 | 90.77 | - |
| YUV | 194.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 239 | 0.44 | 0.09 | 0 | 0.06 | 192.45 | 0.77 | 0.73 |
| Hex | 85 | D9 | EF | 2C | 9 | 0 | 6 | C0 | 4D | 49 |
| Octal | 205 | 331 | 357 | 54 | 11 | 0 | 6 | 300 | 115 | 111 |
| Binary | 10000101 | 11011001 | 11101111 | 101100 | 1001 | 0 | 110 | 11000000 | 1001101 | 1001001 |
Color Harmonies of #85D9EF
Complementary color
Monochromatic Colors of #85D9EF
Black with #85D9EF
Text Example
Text Example
White with #85D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9EF; }
p { color: rgb(133,217,239); }
H1.HeaderClassName
{
color: #85D9EF;
}
.AnyTagClassName
{
color: #85D9EF;
}
</style>
background-color css
<style>
a { background-color: #85D9EF; }
a { background-color: rgb(133,217,239); }
div.DivClassName
{
background-color: #85D9EF;
}
.BgClassName
{
background-color: #85D9EF;
}
</style>
border-color css
<style>
span { border-color: #85D9EF; }
span { border-color: rgb(133,217,239); }
td.TdClassName
{
border-color: #85D9EF;
}
.TagClassName
{
border-color: #85D9EF;
}
</style>