Shades of Sky Blue #85BDEA
Tints of Sky Blue #85BDEA
RGB
CMYK
RGB Variations
Color information
#85BDEA (or 0x85BDEA) is known color: Sky Blue. HEX triplet: 85, BD and EA. RGB value is (133,189,234). Sum of RGB (Red+Green+Blue) = 133+189+234=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #85BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDEA is #7A4215. Grayscale: #B1B1B1. Windows color (decimal): -8012310 or 15383941. OLE color: 15383941.
HSL color Cylindrical-coordinate representation of color #85BDEA: hue angle of 206.73º degrees, saturation: 0.71, 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 #85BDEA is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 189 | 234 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.08 |
| HSL | 206.73º | 0.71% | 0.72% | - |
| HSV(B) | 206.73º | 0.43% | 0.92% | - |
| XYZ | 42.72 | 47.32 | 84.72 | - |
| YUV | 177.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 234 | 0.43 | 0.19 | 0 | 0.08 | 206.73 | 0.71 | 0.72 |
| Hex | 85 | BD | EA | 2B | 13 | 0 | 8 | CF | 47 | 48 |
| Octal | 205 | 275 | 352 | 53 | 23 | 0 | 10 | 317 | 107 | 110 |
| Binary | 10000101 | 10111101 | 11101010 | 101011 | 10011 | 0 | 1000 | 11001111 | 1000111 | 1001000 |
Color Harmonies of #85BDEA
Complementary color
Monochromatic Colors of #85BDEA
Black with #85BDEA
Text Example
Text Example
White with #85BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDEA; }
p { color: rgb(133,189,234); }
H1.HeaderClassName
{
color: #85BDEA;
}
.AnyTagClassName
{
color: #85BDEA;
}
</style>
background-color css
<style>
a { background-color: #85BDEA; }
a { background-color: rgb(133,189,234); }
div.DivClassName
{
background-color: #85BDEA;
}
.BgClassName
{
background-color: #85BDEA;
}
</style>
border-color css
<style>
span { border-color: #85BDEA; }
span { border-color: rgb(133,189,234); }
td.TdClassName
{
border-color: #85BDEA;
}
.TagClassName
{
border-color: #85BDEA;
}
</style>