Shades of Light Sky Blue #85E1FF
Tints of Light Sky Blue #85E1FF
RGB
CMYK
RGB Variations
Color information
#85E1FF (or 0x85E1FF) is known color: Light Sky Blue. HEX triplet: 85, E1 and FF. RGB value is (133,225,255). Sum of RGB (Red+Green+Blue) = 133+225+255=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E1FF is #7A1E00. Grayscale: #C8C8C8. Windows color (decimal): -8003073 or 16769413. OLE color: 16769413.
HSL color Cylindrical-coordinate representation of color #85E1FF: hue angle of 194.75º 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 #85E1FF is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 225 | 255 | - |
| CMYK | 0.48 | 0.12 | 0 | 0 |
| HSL | 194.75º | 1% | 0.76% | - |
| HSV(B) | 194.75º | 0.48% | 1% | - |
| XYZ | 54.65 | 66.06 | 104.48 | - |
| YUV | 200.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 255 | 0.48 | 0.12 | 0 | 0 | 194.75 | 1 | 0.76 |
| Hex | 85 | E1 | FF | 30 | C | 0 | 0 | C3 | 64 | 4C |
| Octal | 205 | 341 | 377 | 60 | 14 | 0 | 0 | 303 | 144 | 114 |
| Binary | 10000101 | 11100001 | 11111111 | 110000 | 1100 | 0 | 0 | 11000011 | 1100100 | 1001100 |
Color Harmonies of #85E1FF
Complementary color
Monochromatic Colors of #85E1FF
Black with #85E1FF
Text Example
Text Example
White with #85E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E1FF; }
p { color: rgb(133,225,255); }
H1.HeaderClassName
{
color: #85E1FF;
}
.AnyTagClassName
{
color: #85E1FF;
}
</style>
background-color css
<style>
a { background-color: #85E1FF; }
a { background-color: rgb(133,225,255); }
div.DivClassName
{
background-color: #85E1FF;
}
.BgClassName
{
background-color: #85E1FF;
}
</style>
border-color css
<style>
span { border-color: #85E1FF; }
span { border-color: rgb(133,225,255); }
td.TdClassName
{
border-color: #85E1FF;
}
.TagClassName
{
border-color: #85E1FF;
}
</style>