Shades of Light Sky Blue #85C8FC
Tints of Light Sky Blue #85C8FC
RGB
CMYK
RGB Variations
Color information
#85C8FC (or 0x85C8FC) is known color: Light Sky Blue. HEX triplet: 85, C8 and FC. RGB value is (133,200,252). Sum of RGB (Red+Green+Blue) = 133+200+252=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #85C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8FC is #7A3703. Grayscale: #B9B9B9. Windows color (decimal): -8009476 or 16566405. OLE color: 16566405.
HSL color Cylindrical-coordinate representation of color #85C8FC: hue angle of 206.22º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85C8FC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 200 | 252 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.01 |
| HSL | 206.22º | 0.95% | 0.75% | - |
| HSV(B) | 206.22º | 0.47% | 0.99% | - |
| XYZ | 47.9 | 53.32 | 99.86 | - |
| YUV | 185.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 252 | 0.47 | 0.21 | 0 | 0.01 | 206.22 | 0.95 | 0.75 |
| Hex | 85 | C8 | FC | 2F | 15 | 0 | 1 | CE | 5F | 4B |
| Octal | 205 | 310 | 374 | 57 | 25 | 0 | 1 | 316 | 137 | 113 |
| Binary | 10000101 | 11001000 | 11111100 | 101111 | 10101 | 0 | 1 | 11001110 | 1011111 | 1001011 |
Color Harmonies of #85C8FC
Complementary color
Monochromatic Colors of #85C8FC
Black with #85C8FC
Text Example
Text Example
White with #85C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C8FC; }
p { color: rgb(133,200,252); }
H1.HeaderClassName
{
color: #85C8FC;
}
.AnyTagClassName
{
color: #85C8FC;
}
</style>
background-color css
<style>
a { background-color: #85C8FC; }
a { background-color: rgb(133,200,252); }
div.DivClassName
{
background-color: #85C8FC;
}
.BgClassName
{
background-color: #85C8FC;
}
</style>
border-color css
<style>
span { border-color: #85C8FC; }
span { border-color: rgb(133,200,252); }
td.TdClassName
{
border-color: #85C8FC;
}
.TagClassName
{
border-color: #85C8FC;
}
</style>