Shades of Sky Blue #85BCE0
Tints of Sky Blue #85BCE0
RGB
CMYK
RGB Variations
Color information
#85BCE0 (or 0x85BCE0) is known color: Sky Blue. HEX triplet: 85, BC and E0. RGB value is (133,188,224). Sum of RGB (Red+Green+Blue) = 133+188+224=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #85BCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCE0 is #7A431F. Grayscale: #AFAFAF. Windows color (decimal): -8012576 or 14728325. OLE color: 14728325.
HSL color Cylindrical-coordinate representation of color #85BCE0: hue angle of 203.74º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BCE0 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 188 | 224 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.12 |
| HSL | 203.74º | 0.59% | 0.7% | - |
| HSV(B) | 203.74º | 0.41% | 0.88% | - |
| XYZ | 41.11 | 46.33 | 77.3 | - |
| YUV | 175.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 224 | 0.41 | 0.16 | 0 | 0.12 | 203.74 | 0.59 | 0.7 |
| Hex | 85 | BC | E0 | 29 | 10 | 0 | C | CC | 3B | 46 |
| Octal | 205 | 274 | 340 | 51 | 20 | 0 | 14 | 314 | 73 | 106 |
| Binary | 10000101 | 10111100 | 11100000 | 101001 | 10000 | 0 | 1100 | 11001100 | 111011 | 1000110 |
Color Harmonies of #85BCE0
Complementary color
Monochromatic Colors of #85BCE0
Black with #85BCE0
Text Example
Text Example
White with #85BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCE0; }
p { color: rgb(133,188,224); }
H1.HeaderClassName
{
color: #85BCE0;
}
.AnyTagClassName
{
color: #85BCE0;
}
</style>
background-color css
<style>
a { background-color: #85BCE0; }
a { background-color: rgb(133,188,224); }
div.DivClassName
{
background-color: #85BCE0;
}
.BgClassName
{
background-color: #85BCE0;
}
</style>
border-color css
<style>
span { border-color: #85BCE0; }
span { border-color: rgb(133,188,224); }
td.TdClassName
{
border-color: #85BCE0;
}
.TagClassName
{
border-color: #85BCE0;
}
</style>