Shades of Sky Blue #85C2EB
Tints of Sky Blue #85C2EB
RGB
CMYK
RGB Variations
Color information
#85C2EB (or 0x85C2EB) is known color: Sky Blue. HEX triplet: 85, C2 and EB. RGB value is (133,194,235). Sum of RGB (Red+Green+Blue) = 133+194+235=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #85C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C2EB is #7A3D14. Grayscale: #B4B4B4. Windows color (decimal): -8011029 or 15450757. OLE color: 15450757.
HSL color Cylindrical-coordinate representation of color #85C2EB: hue angle of 204.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85C2EB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 194 | 235 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.08 |
| HSL | 204.12º | 0.72% | 0.72% | - |
| HSV(B) | 204.12º | 0.43% | 0.92% | - |
| XYZ | 43.96 | 49.57 | 85.85 | - |
| YUV | 180.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 235 | 0.43 | 0.17 | 0 | 0.08 | 204.12 | 0.72 | 0.72 |
| Hex | 85 | C2 | EB | 2B | 11 | 0 | 8 | CC | 48 | 48 |
| Octal | 205 | 302 | 353 | 53 | 21 | 0 | 10 | 314 | 110 | 110 |
| Binary | 10000101 | 11000010 | 11101011 | 101011 | 10001 | 0 | 1000 | 11001100 | 1001000 | 1001000 |
Color Harmonies of #85C2EB
Complementary color
Monochromatic Colors of #85C2EB
Black with #85C2EB
Text Example
Text Example
White with #85C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2EB; }
p { color: rgb(133,194,235); }
H1.HeaderClassName
{
color: #85C2EB;
}
.AnyTagClassName
{
color: #85C2EB;
}
</style>
background-color css
<style>
a { background-color: #85C2EB; }
a { background-color: rgb(133,194,235); }
div.DivClassName
{
background-color: #85C2EB;
}
.BgClassName
{
background-color: #85C2EB;
}
</style>
border-color css
<style>
span { border-color: #85C2EB; }
span { border-color: rgb(133,194,235); }
td.TdClassName
{
border-color: #85C2EB;
}
.TagClassName
{
border-color: #85C2EB;
}
</style>