Shades of Sky Blue #85CEF1
Tints of Sky Blue #85CEF1
RGB
CMYK
RGB Variations
Color information
#85CEF1 (or 0x85CEF1) is known color: Sky Blue. HEX triplet: 85, CE and F1. RGB value is (133,206,241). Sum of RGB (Red+Green+Blue) = 133+206+241=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #85CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEF1 is #7A310E. Grayscale: #BBBBBB. Windows color (decimal): -8007951 or 15847045. OLE color: 15847045.
HSL color Cylindrical-coordinate representation of color #85CEF1: hue angle of 199.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CEF1 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 206 | 241 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.05 |
| HSL | 199.44º | 0.79% | 0.73% | - |
| HSV(B) | 199.44º | 0.45% | 0.95% | - |
| XYZ | 47.62 | 55.48 | 91.42 | - |
| YUV | 188.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 241 | 0.45 | 0.15 | 0 | 0.05 | 199.44 | 0.79 | 0.73 |
| Hex | 85 | CE | F1 | 2D | F | 0 | 5 | C7 | 4F | 49 |
| Octal | 205 | 316 | 361 | 55 | 17 | 0 | 5 | 307 | 117 | 111 |
| Binary | 10000101 | 11001110 | 11110001 | 101101 | 1111 | 0 | 101 | 11000111 | 1001111 | 1001001 |
Color Harmonies of #85CEF1
Complementary color
Monochromatic Colors of #85CEF1
Black with #85CEF1
Text Example
Text Example
White with #85CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEF1; }
p { color: rgb(133,206,241); }
H1.HeaderClassName
{
color: #85CEF1;
}
.AnyTagClassName
{
color: #85CEF1;
}
</style>
background-color css
<style>
a { background-color: #85CEF1; }
a { background-color: rgb(133,206,241); }
div.DivClassName
{
background-color: #85CEF1;
}
.BgClassName
{
background-color: #85CEF1;
}
</style>
border-color css
<style>
span { border-color: #85CEF1; }
span { border-color: rgb(133,206,241); }
td.TdClassName
{
border-color: #85CEF1;
}
.TagClassName
{
border-color: #85CEF1;
}
</style>