Shades of Sky Blue #85CAE8
Tints of Sky Blue #85CAE8
RGB
CMYK
RGB Variations
Color information
#85CAE8 (or 0x85CAE8) is known color: Sky Blue. HEX triplet: 85, CA and E8. RGB value is (133,202,232). Sum of RGB (Red+Green+Blue) = 133+202+232=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #85CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CAE8 is #7A3517. Grayscale: #B8B8B8. Windows color (decimal): -8008984 or 15256197. OLE color: 15256197.
HSL color Cylindrical-coordinate representation of color #85CAE8: hue angle of 198.18º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CAE8 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 202 | 232 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.09 |
| HSL | 198.18º | 0.68% | 0.72% | - |
| HSV(B) | 198.18º | 0.43% | 0.91% | - |
| XYZ | 45.36 | 53.05 | 84.19 | - |
| YUV | 184.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 232 | 0.43 | 0.13 | 0 | 0.09 | 198.18 | 0.68 | 0.72 |
| Hex | 85 | CA | E8 | 2B | D | 0 | 9 | C6 | 44 | 48 |
| Octal | 205 | 312 | 350 | 53 | 15 | 0 | 11 | 306 | 104 | 110 |
| Binary | 10000101 | 11001010 | 11101000 | 101011 | 1101 | 0 | 1001 | 11000110 | 1000100 | 1001000 |
Color Harmonies of #85CAE8
Complementary color
Monochromatic Colors of #85CAE8
Black with #85CAE8
Text Example
Text Example
White with #85CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CAE8; }
p { color: rgb(133,202,232); }
H1.HeaderClassName
{
color: #85CAE8;
}
.AnyTagClassName
{
color: #85CAE8;
}
</style>
background-color css
<style>
a { background-color: #85CAE8; }
a { background-color: rgb(133,202,232); }
div.DivClassName
{
background-color: #85CAE8;
}
.BgClassName
{
background-color: #85CAE8;
}
</style>
border-color css
<style>
span { border-color: #85CAE8; }
span { border-color: rgb(133,202,232); }
td.TdClassName
{
border-color: #85CAE8;
}
.TagClassName
{
border-color: #85CAE8;
}
</style>