Shades of Sky Blue #85BDEB
Tints of Sky Blue #85BDEB
RGB
CMYK
RGB Variations
Color information
#85BDEB (or 0x85BDEB) is known color: Sky Blue. HEX triplet: 85, BD and EB. RGB value is (133,189,235). Sum of RGB (Red+Green+Blue) = 133+189+235=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #85BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDEB is #7A4214. Grayscale: #B1B1B1. Windows color (decimal): -8012309 or 15449477. OLE color: 15449477.
HSL color Cylindrical-coordinate representation of color #85BDEB: hue angle of 207.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BDEB is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 189 | 235 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.08 |
| HSL | 207.06º | 0.72% | 0.72% | - |
| HSV(B) | 207.06º | 0.43% | 0.92% | - |
| XYZ | 42.87 | 47.38 | 85.48 | - |
| YUV | 177.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 235 | 0.43 | 0.20 | 0 | 0.08 | 207.06 | 0.72 | 0.72 |
| Hex | 85 | BD | EB | 2B | 14 | 0 | 8 | CF | 48 | 48 |
| Octal | 205 | 275 | 353 | 53 | 24 | 0 | 10 | 317 | 110 | 110 |
| Binary | 10000101 | 10111101 | 11101011 | 101011 | 10100 | 0 | 1000 | 11001111 | 1001000 | 1001000 |
Color Harmonies of #85BDEB
Complementary color
Monochromatic Colors of #85BDEB
Black with #85BDEB
Text Example
Text Example
White with #85BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDEB; }
p { color: rgb(133,189,235); }
H1.HeaderClassName
{
color: #85BDEB;
}
.AnyTagClassName
{
color: #85BDEB;
}
</style>
background-color css
<style>
a { background-color: #85BDEB; }
a { background-color: rgb(133,189,235); }
div.DivClassName
{
background-color: #85BDEB;
}
.BgClassName
{
background-color: #85BDEB;
}
</style>
border-color css
<style>
span { border-color: #85BDEB; }
span { border-color: rgb(133,189,235); }
td.TdClassName
{
border-color: #85BDEB;
}
.TagClassName
{
border-color: #85BDEB;
}
</style>