Shades of Sky Blue #85DBE9
Tints of Sky Blue #85DBE9
RGB
CMYK
RGB Variations
Color information
#85DBE9 (or 0x85DBE9) is known color: Sky Blue. HEX triplet: 85, DB and E9. RGB value is (133,219,233). Sum of RGB (Red+Green+Blue) = 133+219+233=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #85DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBE9 is #7A2416. Grayscale: #C2C2C2. Windows color (decimal): -8004631 or 15326085. OLE color: 15326085.
HSL color Cylindrical-coordinate representation of color #85DBE9: hue angle of 188.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DBE9 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 219 | 233 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.09 |
| HSL | 188.4º | 0.69% | 0.72% | - |
| HSV(B) | 188.4º | 0.43% | 0.91% | - |
| XYZ | 49.71 | 61.53 | 86.35 | - |
| YUV | 194.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 233 | 0.43 | 0.06 | 0 | 0.09 | 188.4 | 0.69 | 0.72 |
| Hex | 85 | DB | E9 | 2B | 6 | 0 | 9 | BC | 45 | 48 |
| Octal | 205 | 333 | 351 | 53 | 6 | 0 | 11 | 274 | 105 | 110 |
| Binary | 10000101 | 11011011 | 11101001 | 101011 | 110 | 0 | 1001 | 10111100 | 1000101 | 1001000 |
Color Harmonies of #85DBE9
Complementary color
Monochromatic Colors of #85DBE9
Black with #85DBE9
Text Example
Text Example
White with #85DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBE9; }
p { color: rgb(133,219,233); }
H1.HeaderClassName
{
color: #85DBE9;
}
.AnyTagClassName
{
color: #85DBE9;
}
</style>
background-color css
<style>
a { background-color: #85DBE9; }
a { background-color: rgb(133,219,233); }
div.DivClassName
{
background-color: #85DBE9;
}
.BgClassName
{
background-color: #85DBE9;
}
</style>
border-color css
<style>
span { border-color: #85DBE9; }
span { border-color: rgb(133,219,233); }
td.TdClassName
{
border-color: #85DBE9;
}
.TagClassName
{
border-color: #85DBE9;
}
</style>