Shades of Light Sky Blue #85D8FF
Tints of Light Sky Blue #85D8FF
RGB
CMYK
RGB Variations
Color information
#85D8FF (or 0x85D8FF) is known color: Light Sky Blue. HEX triplet: 85, D8 and FF. RGB value is (133,216,255). Sum of RGB (Red+Green+Blue) = 133+216+255=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #85D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D8FF is #7A2700. Grayscale: #C3C3C3. Windows color (decimal): -8005377 or 16767109. OLE color: 16767109.
HSL color Cylindrical-coordinate representation of color #85D8FF: hue angle of 199.18º 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 #85D8FF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 216 | 255 | - |
| CMYK | 0.48 | 0.15 | 0 | 0 |
| HSL | 199.18º | 1% | 0.76% | - |
| HSV(B) | 199.18º | 0.48% | 1% | - |
| XYZ | 52.28 | 61.32 | 103.69 | - |
| YUV | 195.63 | 161.5 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 255 | 0.48 | 0.15 | 0 | 0 | 199.18 | 1 | 0.76 |
| Hex | 85 | D8 | FF | 30 | F | 0 | 0 | C7 | 64 | 4C |
| Octal | 205 | 330 | 377 | 60 | 17 | 0 | 0 | 307 | 144 | 114 |
| Binary | 10000101 | 11011000 | 11111111 | 110000 | 1111 | 0 | 0 | 11000111 | 1100100 | 1001100 |
Color Harmonies of #85D8FF
Complementary color
Monochromatic Colors of #85D8FF
Black with #85D8FF
Text Example
Text Example
White with #85D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8FF; }
p { color: rgb(133,216,255); }
H1.HeaderClassName
{
color: #85D8FF;
}
.AnyTagClassName
{
color: #85D8FF;
}
</style>
background-color css
<style>
a { background-color: #85D8FF; }
a { background-color: rgb(133,216,255); }
div.DivClassName
{
background-color: #85D8FF;
}
.BgClassName
{
background-color: #85D8FF;
}
</style>
border-color css
<style>
span { border-color: #85D8FF; }
span { border-color: rgb(133,216,255); }
td.TdClassName
{
border-color: #85D8FF;
}
.TagClassName
{
border-color: #85D8FF;
}
</style>