Shades of Light Sky Blue #85BCED
Tints of Light Sky Blue #85BCED
RGB
CMYK
RGB Variations
Color information
#85BCED (or 0x85BCED) is known color: Light Sky Blue. HEX triplet: 85, BC and ED. RGB value is (133,188,237). Sum of RGB (Red+Green+Blue) = 133+188+237=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #85BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCED is #7A4312. Grayscale: #B0B0B0. Windows color (decimal): -8012563 or 15580293. OLE color: 15580293.
HSL color Cylindrical-coordinate representation of color #85BCED: hue angle of 208.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BCED is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 188 | 237 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.07 |
| HSL | 208.27º | 0.74% | 0.73% | - |
| HSV(B) | 208.27º | 0.44% | 0.93% | - |
| XYZ | 42.94 | 47.07 | 86.94 | - |
| YUV | 177.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 237 | 0.44 | 0.21 | 0 | 0.07 | 208.27 | 0.74 | 0.73 |
| Hex | 85 | BC | ED | 2C | 15 | 0 | 7 | D0 | 4A | 49 |
| Octal | 205 | 274 | 355 | 54 | 25 | 0 | 7 | 320 | 112 | 111 |
| Binary | 10000101 | 10111100 | 11101101 | 101100 | 10101 | 0 | 111 | 11010000 | 1001010 | 1001001 |
Color Harmonies of #85BCED
Complementary color
Monochromatic Colors of #85BCED
Black with #85BCED
Text Example
Text Example
White with #85BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCED; }
p { color: rgb(133,188,237); }
H1.HeaderClassName
{
color: #85BCED;
}
.AnyTagClassName
{
color: #85BCED;
}
</style>
background-color css
<style>
a { background-color: #85BCED; }
a { background-color: rgb(133,188,237); }
div.DivClassName
{
background-color: #85BCED;
}
.BgClassName
{
background-color: #85BCED;
}
</style>
border-color css
<style>
span { border-color: #85BCED; }
span { border-color: rgb(133,188,237); }
td.TdClassName
{
border-color: #85BCED;
}
.TagClassName
{
border-color: #85BCED;
}
</style>