Shades of Sky Blue #85BCE5
Tints of Sky Blue #85BCE5
RGB
CMYK
RGB Variations
Color information
#85BCE5 (or 0x85BCE5) is known color: Sky Blue. HEX triplet: 85, BC and E5. RGB value is (133,188,229). Sum of RGB (Red+Green+Blue) = 133+188+229=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #85BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCE5 is #7A431A. Grayscale: #B0B0B0. Windows color (decimal): -8012571 or 15056005. OLE color: 15056005.
HSL color Cylindrical-coordinate representation of color #85BCE5: hue angle of 205.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85BCE5 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 188 | 229 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.10 |
| HSL | 205.63º | 0.65% | 0.71% | - |
| HSV(B) | 205.63º | 0.42% | 0.9% | - |
| XYZ | 41.8 | 46.61 | 80.92 | - |
| YUV | 176.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 229 | 0.42 | 0.18 | 0 | 0.10 | 205.63 | 0.65 | 0.71 |
| Hex | 85 | BC | E5 | 2A | 12 | 0 | A | CE | 41 | 47 |
| Octal | 205 | 274 | 345 | 52 | 22 | 0 | 12 | 316 | 101 | 107 |
| Binary | 10000101 | 10111100 | 11100101 | 101010 | 10010 | 0 | 1010 | 11001110 | 1000001 | 1000111 |
Color Harmonies of #85BCE5
Complementary color
Monochromatic Colors of #85BCE5
Black with #85BCE5
Text Example
Text Example
White with #85BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BCE5; }
p { color: rgb(133,188,229); }
H1.HeaderClassName
{
color: #85BCE5;
}
.AnyTagClassName
{
color: #85BCE5;
}
</style>
background-color css
<style>
a { background-color: #85BCE5; }
a { background-color: rgb(133,188,229); }
div.DivClassName
{
background-color: #85BCE5;
}
.BgClassName
{
background-color: #85BCE5;
}
</style>
border-color css
<style>
span { border-color: #85BCE5; }
span { border-color: rgb(133,188,229); }
td.TdClassName
{
border-color: #85BCE5;
}
.TagClassName
{
border-color: #85BCE5;
}
</style>