Shades of Light Sky Blue #85E2FF
Tints of Light Sky Blue #85E2FF
RGB
CMYK
RGB Variations
Color information
#85E2FF (or 0x85E2FF) is known color: Light Sky Blue. HEX triplet: 85, E2 and FF. RGB value is (133,226,255). Sum of RGB (Red+Green+Blue) = 133+226+255=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E2FF is #7A1D00. Grayscale: #C9C9C9. Windows color (decimal): -8002817 or 16769669. OLE color: 16769669.
HSL color Cylindrical-coordinate representation of color #85E2FF: hue angle of 194.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E2FF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 226 | 255 | - |
| CMYK | 0.48 | 0.11 | 0 | 0 |
| HSL | 194.26º | 1% | 0.76% | - |
| HSV(B) | 194.26º | 0.48% | 1% | - |
| XYZ | 54.92 | 66.6 | 104.57 | - |
| YUV | 201.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 255 | 0.48 | 0.11 | 0 | 0 | 194.26 | 1 | 0.76 |
| Hex | 85 | E2 | FF | 30 | B | 0 | 0 | C2 | 64 | 4C |
| Octal | 205 | 342 | 377 | 60 | 13 | 0 | 0 | 302 | 144 | 114 |
| Binary | 10000101 | 11100010 | 11111111 | 110000 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001100 |
Color Harmonies of #85E2FF
Complementary color
Monochromatic Colors of #85E2FF
Black with #85E2FF
Text Example
Text Example
White with #85E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E2FF; }
p { color: rgb(133,226,255); }
H1.HeaderClassName
{
color: #85E2FF;
}
.AnyTagClassName
{
color: #85E2FF;
}
</style>
background-color css
<style>
a { background-color: #85E2FF; }
a { background-color: rgb(133,226,255); }
div.DivClassName
{
background-color: #85E2FF;
}
.BgClassName
{
background-color: #85E2FF;
}
</style>
border-color css
<style>
span { border-color: #85E2FF; }
span { border-color: rgb(133,226,255); }
td.TdClassName
{
border-color: #85E2FF;
}
.TagClassName
{
border-color: #85E2FF;
}
</style>