Shades of Light Sky Blue #85BDF0
Tints of Light Sky Blue #85BDF0
RGB
CMYK
RGB Variations
Color information
#85BDF0 (or 0x85BDF0) is known color: Light Sky Blue. HEX triplet: 85, BD and F0. RGB value is (133,189,240). Sum of RGB (Red+Green+Blue) = 133+189+240=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #85BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDF0 is #7A420F. Grayscale: #B1B1B1. Windows color (decimal): -8012304 or 15777157. OLE color: 15777157.
HSL color Cylindrical-coordinate representation of color #85BDF0: hue angle of 208.6º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BDF0 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 189 | 240 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.06 |
| HSL | 208.6º | 0.78% | 0.73% | - |
| HSV(B) | 208.6º | 0.45% | 0.94% | - |
| XYZ | 43.6 | 47.67 | 89.34 | - |
| YUV | 178.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 240 | 0.45 | 0.21 | 0 | 0.06 | 208.6 | 0.78 | 0.73 |
| Hex | 85 | BD | F0 | 2D | 15 | 0 | 6 | D1 | 4E | 49 |
| Octal | 205 | 275 | 360 | 55 | 25 | 0 | 6 | 321 | 116 | 111 |
| Binary | 10000101 | 10111101 | 11110000 | 101101 | 10101 | 0 | 110 | 11010001 | 1001110 | 1001001 |
Color Harmonies of #85BDF0
Complementary color
Monochromatic Colors of #85BDF0
Black with #85BDF0
Text Example
Text Example
White with #85BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDF0; }
p { color: rgb(133,189,240); }
H1.HeaderClassName
{
color: #85BDF0;
}
.AnyTagClassName
{
color: #85BDF0;
}
</style>
background-color css
<style>
a { background-color: #85BDF0; }
a { background-color: rgb(133,189,240); }
div.DivClassName
{
background-color: #85BDF0;
}
.BgClassName
{
background-color: #85BDF0;
}
</style>
border-color css
<style>
span { border-color: #85BDF0; }
span { border-color: rgb(133,189,240); }
td.TdClassName
{
border-color: #85BDF0;
}
.TagClassName
{
border-color: #85BDF0;
}
</style>