Shades of Light Sky Blue #85D3FE
Tints of Light Sky Blue #85D3FE
RGB
CMYK
RGB Variations
Color information
#85D3FE (or 0x85D3FE) is known color: Light Sky Blue. HEX triplet: 85, D3 and FE. RGB value is (133,211,254). Sum of RGB (Red+Green+Blue) = 133+211+254=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #85D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D3FE is #7A2C01. Grayscale: #C0C0C0. Windows color (decimal): -8006658 or 16700293. OLE color: 16700293.
HSL color Cylindrical-coordinate representation of color #85D3FE: hue angle of 201.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85D3FE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 211 | 254 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.00 |
| HSL | 201.32º | 0.98% | 0.76% | - |
| HSV(B) | 201.32º | 0.48% | 1% | - |
| XYZ | 50.86 | 58.73 | 102.42 | - |
| YUV | 192.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 254 | 0.48 | 0.17 | 0 | 0.00 | 201.32 | 0.98 | 0.76 |
| Hex | 85 | D3 | FE | 30 | 11 | 0 | 0 | C9 | 62 | 4C |
| Octal | 205 | 323 | 376 | 60 | 21 | 0 | 0 | 311 | 142 | 114 |
| Binary | 10000101 | 11010011 | 11111110 | 110000 | 10001 | 0 | 0 | 11001001 | 1100010 | 1001100 |
Color Harmonies of #85D3FE
Complementary color
Monochromatic Colors of #85D3FE
Black with #85D3FE
Text Example
Text Example
White with #85D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D3FE; }
p { color: rgb(133,211,254); }
H1.HeaderClassName
{
color: #85D3FE;
}
.AnyTagClassName
{
color: #85D3FE;
}
</style>
background-color css
<style>
a { background-color: #85D3FE; }
a { background-color: rgb(133,211,254); }
div.DivClassName
{
background-color: #85D3FE;
}
.BgClassName
{
background-color: #85D3FE;
}
</style>
border-color css
<style>
span { border-color: #85D3FE; }
span { border-color: rgb(133,211,254); }
td.TdClassName
{
border-color: #85D3FE;
}
.TagClassName
{
border-color: #85D3FE;
}
</style>