Shades of Light Sky Blue #85C5F8
Tints of Light Sky Blue #85C5F8
RGB
CMYK
RGB Variations
Color information
#85C5F8 (or 0x85C5F8) is known color: Light Sky Blue. HEX triplet: 85, C5 and F8. RGB value is (133,197,248). Sum of RGB (Red+Green+Blue) = 133+197+248=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #85C5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C5F8 is #7A3A07. Grayscale: #B7B7B7. Windows color (decimal): -8010248 or 16303493. OLE color: 16303493.
HSL color Cylindrical-coordinate representation of color #85C5F8: hue angle of 206.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85C5F8 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 197 | 248 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.03 |
| HSL | 206.61º | 0.89% | 0.75% | - |
| HSV(B) | 206.61º | 0.46% | 0.97% | - |
| XYZ | 46.58 | 51.7 | 96.33 | - |
| YUV | 183.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 248 | 0.46 | 0.21 | 0 | 0.03 | 206.61 | 0.89 | 0.75 |
| Hex | 85 | C5 | F8 | 2E | 15 | 0 | 3 | CF | 59 | 4B |
| Octal | 205 | 305 | 370 | 56 | 25 | 0 | 3 | 317 | 131 | 113 |
| Binary | 10000101 | 11000101 | 11111000 | 101110 | 10101 | 0 | 11 | 11001111 | 1011001 | 1001011 |
Color Harmonies of #85C5F8
Complementary color
Monochromatic Colors of #85C5F8
Black with #85C5F8
Text Example
Text Example
White with #85C5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C5F8; }
p { color: rgb(133,197,248); }
H1.HeaderClassName
{
color: #85C5F8;
}
.AnyTagClassName
{
color: #85C5F8;
}
</style>
background-color css
<style>
a { background-color: #85C5F8; }
a { background-color: rgb(133,197,248); }
div.DivClassName
{
background-color: #85C5F8;
}
.BgClassName
{
background-color: #85C5F8;
}
</style>
border-color css
<style>
span { border-color: #85C5F8; }
span { border-color: rgb(133,197,248); }
td.TdClassName
{
border-color: #85C5F8;
}
.TagClassName
{
border-color: #85C5F8;
}
</style>