Shades of Sky Blue #85C2E0
Tints of Sky Blue #85C2E0
RGB
CMYK
RGB Variations
Color information
#85C2E0 (or 0x85C2E0) is known color: Sky Blue. HEX triplet: 85, C2 and E0. RGB value is (133,194,224). Sum of RGB (Red+Green+Blue) = 133+194+224=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #85C2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2E0 is #7A3D1F. Grayscale: #B3B3B3. Windows color (decimal): -8011040 or 14729861. OLE color: 14729861.
HSL color Cylindrical-coordinate representation of color #85C2E0: hue angle of 199.78º 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 #85C2E0 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 194 | 224 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.12 |
| HSL | 199.78º | 0.59% | 0.7% | - |
| HSV(B) | 199.78º | 0.41% | 0.88% | - |
| XYZ | 42.42 | 48.95 | 77.73 | - |
| YUV | 179.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 224 | 0.41 | 0.13 | 0 | 0.12 | 199.78 | 0.59 | 0.7 |
| Hex | 85 | C2 | E0 | 29 | D | 0 | C | C8 | 3B | 46 |
| Octal | 205 | 302 | 340 | 51 | 15 | 0 | 14 | 310 | 73 | 106 |
| Binary | 10000101 | 11000010 | 11100000 | 101001 | 1101 | 0 | 1100 | 11001000 | 111011 | 1000110 |
Color Harmonies of #85C2E0
Complementary color
Monochromatic Colors of #85C2E0
Black with #85C2E0
Text Example
Text Example
White with #85C2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2E0; }
p { color: rgb(133,194,224); }
H1.HeaderClassName
{
color: #85C2E0;
}
.AnyTagClassName
{
color: #85C2E0;
}
</style>
background-color css
<style>
a { background-color: #85C2E0; }
a { background-color: rgb(133,194,224); }
div.DivClassName
{
background-color: #85C2E0;
}
.BgClassName
{
background-color: #85C2E0;
}
</style>
border-color css
<style>
span { border-color: #85C2E0; }
span { border-color: rgb(133,194,224); }
td.TdClassName
{
border-color: #85C2E0;
}
.TagClassName
{
border-color: #85C2E0;
}
</style>