Shades of Sky Blue #85CAEA
Tints of Sky Blue #85CAEA
RGB
CMYK
RGB Variations
Color information
#85CAEA (or 0x85CAEA) is known color: Sky Blue. HEX triplet: 85, CA and EA. RGB value is (133,202,234). Sum of RGB (Red+Green+Blue) = 133+202+234=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CAEA is #7A3515. Grayscale: #B8B8B8. Windows color (decimal): -8008982 or 15387269. OLE color: 15387269.
HSL color Cylindrical-coordinate representation of color #85CAEA: hue angle of 199.01º degrees, saturation: 0.71, 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 #85CAEA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 202 | 234 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.08 |
| HSL | 199.01º | 0.71% | 0.72% | - |
| HSV(B) | 199.01º | 0.43% | 0.92% | - |
| XYZ | 45.64 | 53.17 | 85.7 | - |
| YUV | 185.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 234 | 0.43 | 0.14 | 0 | 0.08 | 199.01 | 0.71 | 0.72 |
| Hex | 85 | CA | EA | 2B | E | 0 | 8 | C7 | 47 | 48 |
| Octal | 205 | 312 | 352 | 53 | 16 | 0 | 10 | 307 | 107 | 110 |
| Binary | 10000101 | 11001010 | 11101010 | 101011 | 1110 | 0 | 1000 | 11000111 | 1000111 | 1001000 |
Color Harmonies of #85CAEA
Complementary color
Monochromatic Colors of #85CAEA
Black with #85CAEA
Text Example
Text Example
White with #85CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CAEA; }
p { color: rgb(133,202,234); }
H1.HeaderClassName
{
color: #85CAEA;
}
.AnyTagClassName
{
color: #85CAEA;
}
</style>
background-color css
<style>
a { background-color: #85CAEA; }
a { background-color: rgb(133,202,234); }
div.DivClassName
{
background-color: #85CAEA;
}
.BgClassName
{
background-color: #85CAEA;
}
</style>
border-color css
<style>
span { border-color: #85CAEA; }
span { border-color: rgb(133,202,234); }
td.TdClassName
{
border-color: #85CAEA;
}
.TagClassName
{
border-color: #85CAEA;
}
</style>