Shades of Sky Blue #85C3E5
Tints of Sky Blue #85C3E5
RGB
CMYK
RGB Variations
Color information
#85C3E5 (or 0x85C3E5) is known color: Sky Blue. HEX triplet: 85, C3 and E5. RGB value is (133,195,229). Sum of RGB (Red+Green+Blue) = 133+195+229=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #85C3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3E5 is #7A3C1A. Grayscale: #B4B4B4. Windows color (decimal): -8010779 or 15057797. OLE color: 15057797.
HSL color Cylindrical-coordinate representation of color #85C3E5: hue angle of 201.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85C3E5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 195 | 229 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.10 |
| HSL | 201.25º | 0.65% | 0.71% | - |
| HSV(B) | 201.25º | 0.42% | 0.9% | - |
| XYZ | 43.33 | 49.67 | 81.43 | - |
| YUV | 180.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 229 | 0.42 | 0.15 | 0 | 0.10 | 201.25 | 0.65 | 0.71 |
| Hex | 85 | C3 | E5 | 2A | F | 0 | A | C9 | 41 | 47 |
| Octal | 205 | 303 | 345 | 52 | 17 | 0 | 12 | 311 | 101 | 107 |
| Binary | 10000101 | 11000011 | 11100101 | 101010 | 1111 | 0 | 1010 | 11001001 | 1000001 | 1000111 |
Color Harmonies of #85C3E5
Complementary color
Monochromatic Colors of #85C3E5
Black with #85C3E5
Text Example
Text Example
White with #85C3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C3E5; }
p { color: rgb(133,195,229); }
H1.HeaderClassName
{
color: #85C3E5;
}
.AnyTagClassName
{
color: #85C3E5;
}
</style>
background-color css
<style>
a { background-color: #85C3E5; }
a { background-color: rgb(133,195,229); }
div.DivClassName
{
background-color: #85C3E5;
}
.BgClassName
{
background-color: #85C3E5;
}
</style>
border-color css
<style>
span { border-color: #85C3E5; }
span { border-color: rgb(133,195,229); }
td.TdClassName
{
border-color: #85C3E5;
}
.TagClassName
{
border-color: #85C3E5;
}
</style>