Shades of Sky Blue #85BFE0
Tints of Sky Blue #85BFE0
RGB
CMYK
RGB Variations
Color information
#85BFE0 (or 0x85BFE0) is known color: Sky Blue. HEX triplet: 85, BF and E0. RGB value is (133,191,224). Sum of RGB (Red+Green+Blue) = 133+191+224=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #85BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFE0 is #7A401F. Grayscale: #B1B1B1. Windows color (decimal): -8011808 or 14729093. OLE color: 14729093.
HSL color Cylindrical-coordinate representation of color #85BFE0: hue angle of 201.76º 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 #85BFE0 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 191 | 224 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.12 |
| HSL | 201.76º | 0.59% | 0.7% | - |
| HSV(B) | 201.76º | 0.41% | 0.88% | - |
| XYZ | 41.76 | 47.63 | 77.51 | - |
| YUV | 177.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 224 | 0.41 | 0.15 | 0 | 0.12 | 201.76 | 0.59 | 0.7 |
| Hex | 85 | BF | E0 | 29 | F | 0 | C | CA | 3B | 46 |
| Octal | 205 | 277 | 340 | 51 | 17 | 0 | 14 | 312 | 73 | 106 |
| Binary | 10000101 | 10111111 | 11100000 | 101001 | 1111 | 0 | 1100 | 11001010 | 111011 | 1000110 |
Color Harmonies of #85BFE0
Complementary color
Monochromatic Colors of #85BFE0
Black with #85BFE0
Text Example
Text Example
White with #85BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFE0; }
p { color: rgb(133,191,224); }
H1.HeaderClassName
{
color: #85BFE0;
}
.AnyTagClassName
{
color: #85BFE0;
}
</style>
background-color css
<style>
a { background-color: #85BFE0; }
a { background-color: rgb(133,191,224); }
div.DivClassName
{
background-color: #85BFE0;
}
.BgClassName
{
background-color: #85BFE0;
}
</style>
border-color css
<style>
span { border-color: #85BFE0; }
span { border-color: rgb(133,191,224); }
td.TdClassName
{
border-color: #85BFE0;
}
.TagClassName
{
border-color: #85BFE0;
}
</style>