Shades of Sky Blue #85D5EE
Tints of Sky Blue #85D5EE
RGB
CMYK
RGB Variations
Color information
#85D5EE (or 0x85D5EE) is known color: Sky Blue. HEX triplet: 85, D5 and EE. RGB value is (133,213,238). Sum of RGB (Red+Green+Blue) = 133+213+238=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #85D5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D5EE is #7A2A11. Grayscale: #BFBFBF. Windows color (decimal): -8006162 or 15652229. OLE color: 15652229.
HSL color Cylindrical-coordinate representation of color #85D5EE: hue angle of 194.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D5EE is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 213 | 238 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.07 |
| HSL | 194.29º | 0.76% | 0.73% | - |
| HSV(B) | 194.29º | 0.44% | 0.93% | - |
| XYZ | 48.9 | 58.75 | 89.65 | - |
| YUV | 191.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 238 | 0.44 | 0.11 | 0 | 0.07 | 194.29 | 0.76 | 0.73 |
| Hex | 85 | D5 | EE | 2C | B | 0 | 7 | C2 | 4C | 49 |
| Octal | 205 | 325 | 356 | 54 | 13 | 0 | 7 | 302 | 114 | 111 |
| Binary | 10000101 | 11010101 | 11101110 | 101100 | 1011 | 0 | 111 | 11000010 | 1001100 | 1001001 |
Color Harmonies of #85D5EE
Complementary color
Monochromatic Colors of #85D5EE
Black with #85D5EE
Text Example
Text Example
White with #85D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D5EE; }
p { color: rgb(133,213,238); }
H1.HeaderClassName
{
color: #85D5EE;
}
.AnyTagClassName
{
color: #85D5EE;
}
</style>
background-color css
<style>
a { background-color: #85D5EE; }
a { background-color: rgb(133,213,238); }
div.DivClassName
{
background-color: #85D5EE;
}
.BgClassName
{
background-color: #85D5EE;
}
</style>
border-color css
<style>
span { border-color: #85D5EE; }
span { border-color: rgb(133,213,238); }
td.TdClassName
{
border-color: #85D5EE;
}
.TagClassName
{
border-color: #85D5EE;
}
</style>