Shades of Sky Blue #85C2DE
Tints of Sky Blue #85C2DE
RGB
CMYK
RGB Variations
Color information
#85C2DE (or 0x85C2DE) is known color: Sky Blue. HEX triplet: 85, C2 and DE. RGB value is (133,194,222). Sum of RGB (Red+Green+Blue) = 133+194+222=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #85C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2DE is #7A3D21. Grayscale: #B2B2B2. Windows color (decimal): -8011042 or 14598789. OLE color: 14598789.
HSL color Cylindrical-coordinate representation of color #85C2DE: hue angle of 198.88º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C2DE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 194 | 222 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.13 |
| HSL | 198.88º | 0.57% | 0.7% | - |
| HSV(B) | 198.88º | 0.4% | 0.87% | - |
| XYZ | 42.15 | 48.84 | 76.31 | - |
| YUV | 178.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 222 | 0.40 | 0.13 | 0 | 0.13 | 198.88 | 0.57 | 0.7 |
| Hex | 85 | C2 | DE | 28 | D | 0 | D | C7 | 39 | 46 |
| Octal | 205 | 302 | 336 | 50 | 15 | 0 | 15 | 307 | 71 | 106 |
| Binary | 10000101 | 11000010 | 11011110 | 101000 | 1101 | 0 | 1101 | 11000111 | 111001 | 1000110 |
Color Harmonies of #85C2DE
Complementary color
Monochromatic Colors of #85C2DE
Black with #85C2DE
Text Example
Text Example
White with #85C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2DE; }
p { color: rgb(133,194,222); }
H1.HeaderClassName
{
color: #85C2DE;
}
.AnyTagClassName
{
color: #85C2DE;
}
</style>
background-color css
<style>
a { background-color: #85C2DE; }
a { background-color: rgb(133,194,222); }
div.DivClassName
{
background-color: #85C2DE;
}
.BgClassName
{
background-color: #85C2DE;
}
</style>
border-color css
<style>
span { border-color: #85C2DE; }
span { border-color: rgb(133,194,222); }
td.TdClassName
{
border-color: #85C2DE;
}
.TagClassName
{
border-color: #85C2DE;
}
</style>