Shades of Sky Blue #85BDE7
Tints of Sky Blue #85BDE7
RGB
CMYK
RGB Variations
Color information
#85BDE7 (or 0x85BDE7) is known color: Sky Blue. HEX triplet: 85, BD and E7. RGB value is (133,189,231). Sum of RGB (Red+Green+Blue) = 133+189+231=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #85BDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDE7 is #7A4218. Grayscale: #B0B0B0. Windows color (decimal): -8012313 or 15187333. OLE color: 15187333.
HSL color Cylindrical-coordinate representation of color #85BDE7: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85BDE7 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 189 | 231 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.09 |
| HSL | 205.71º | 0.67% | 0.71% | - |
| HSV(B) | 205.71º | 0.42% | 0.91% | - |
| XYZ | 42.29 | 47.15 | 82.47 | - |
| YUV | 177.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 231 | 0.42 | 0.18 | 0 | 0.09 | 205.71 | 0.67 | 0.71 |
| Hex | 85 | BD | E7 | 2A | 12 | 0 | 9 | CE | 43 | 47 |
| Octal | 205 | 275 | 347 | 52 | 22 | 0 | 11 | 316 | 103 | 107 |
| Binary | 10000101 | 10111101 | 11100111 | 101010 | 10010 | 0 | 1001 | 11001110 | 1000011 | 1000111 |
Color Harmonies of #85BDE7
Complementary color
Monochromatic Colors of #85BDE7
Black with #85BDE7
Text Example
Text Example
White with #85BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDE7; }
p { color: rgb(133,189,231); }
H1.HeaderClassName
{
color: #85BDE7;
}
.AnyTagClassName
{
color: #85BDE7;
}
</style>
background-color css
<style>
a { background-color: #85BDE7; }
a { background-color: rgb(133,189,231); }
div.DivClassName
{
background-color: #85BDE7;
}
.BgClassName
{
background-color: #85BDE7;
}
</style>
border-color css
<style>
span { border-color: #85BDE7; }
span { border-color: rgb(133,189,231); }
td.TdClassName
{
border-color: #85BDE7;
}
.TagClassName
{
border-color: #85BDE7;
}
</style>