Shades of Sky Blue #85E2F3
Tints of Sky Blue #85E2F3
RGB
CMYK
RGB Variations
Color information
#85E2F3 (or 0x85E2F3) is known color: Sky Blue. HEX triplet: 85, E2 and F3. RGB value is (133,226,243). Sum of RGB (Red+Green+Blue) = 133+226+243=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #85E2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E2F3 is #7A1D0C. Grayscale: #C7C7C7. Windows color (decimal): -8002829 or 15983237. OLE color: 15983237.
HSL color Cylindrical-coordinate representation of color #85E2F3: hue angle of 189.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E2F3 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 226 | 243 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.05 |
| HSL | 189.27º | 0.82% | 0.74% | - |
| HSV(B) | 189.27º | 0.45% | 0.95% | - |
| XYZ | 53.05 | 65.85 | 94.71 | - |
| YUV | 200.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 243 | 0.45 | 0.07 | 0 | 0.05 | 189.27 | 0.82 | 0.74 |
| Hex | 85 | E2 | F3 | 2D | 7 | 0 | 5 | BD | 52 | 4A |
| Octal | 205 | 342 | 363 | 55 | 7 | 0 | 5 | 275 | 122 | 112 |
| Binary | 10000101 | 11100010 | 11110011 | 101101 | 111 | 0 | 101 | 10111101 | 1010010 | 1001010 |
Color Harmonies of #85E2F3
Complementary color
Monochromatic Colors of #85E2F3
Black with #85E2F3
Text Example
Text Example
White with #85E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E2F3; }
p { color: rgb(133,226,243); }
H1.HeaderClassName
{
color: #85E2F3;
}
.AnyTagClassName
{
color: #85E2F3;
}
</style>
background-color css
<style>
a { background-color: #85E2F3; }
a { background-color: rgb(133,226,243); }
div.DivClassName
{
background-color: #85E2F3;
}
.BgClassName
{
background-color: #85E2F3;
}
</style>
border-color css
<style>
span { border-color: #85E2F3; }
span { border-color: rgb(133,226,243); }
td.TdClassName
{
border-color: #85E2F3;
}
.TagClassName
{
border-color: #85E2F3;
}
</style>