Shades of Light Sky Blue #85C9FA
Tints of Light Sky Blue #85C9FA
RGB
CMYK
RGB Variations
Color information
#85C9FA (or 0x85C9FA) is known color: Light Sky Blue. HEX triplet: 85, C9 and FA. RGB value is (133,201,250). Sum of RGB (Red+Green+Blue) = 133+201+250=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #85C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9FA is #7A3605. Grayscale: #B9B9B9. Windows color (decimal): -8009222 or 16435589. OLE color: 16435589.
HSL color Cylindrical-coordinate representation of color #85C9FA: hue angle of 205.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85C9FA is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 201 | 250 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.02 |
| HSL | 205.13º | 0.92% | 0.75% | - |
| HSV(B) | 205.13º | 0.47% | 0.98% | - |
| XYZ | 47.81 | 53.66 | 98.28 | - |
| YUV | 186.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 250 | 0.47 | 0.20 | 0 | 0.02 | 205.13 | 0.92 | 0.75 |
| Hex | 85 | C9 | FA | 2F | 14 | 0 | 2 | CD | 5C | 4B |
| Octal | 205 | 311 | 372 | 57 | 24 | 0 | 2 | 315 | 134 | 113 |
| Binary | 10000101 | 11001001 | 11111010 | 101111 | 10100 | 0 | 10 | 11001101 | 1011100 | 1001011 |
Color Harmonies of #85C9FA
Complementary color
Monochromatic Colors of #85C9FA
Black with #85C9FA
Text Example
Text Example
White with #85C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9FA; }
p { color: rgb(133,201,250); }
H1.HeaderClassName
{
color: #85C9FA;
}
.AnyTagClassName
{
color: #85C9FA;
}
</style>
background-color css
<style>
a { background-color: #85C9FA; }
a { background-color: rgb(133,201,250); }
div.DivClassName
{
background-color: #85C9FA;
}
.BgClassName
{
background-color: #85C9FA;
}
</style>
border-color css
<style>
span { border-color: #85C9FA; }
span { border-color: rgb(133,201,250); }
td.TdClassName
{
border-color: #85C9FA;
}
.TagClassName
{
border-color: #85C9FA;
}
</style>