Shades of Light Sky Blue #85CBFC
Tints of Light Sky Blue #85CBFC
RGB
CMYK
RGB Variations
Color information
#85CBFC (or 0x85CBFC) is known color: Light Sky Blue. HEX triplet: 85, CB and FC. RGB value is (133,203,252). Sum of RGB (Red+Green+Blue) = 133+203+252=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #85CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBFC is #7A3403. Grayscale: #BBBBBB. Windows color (decimal): -8008708 or 16567173. OLE color: 16567173.
HSL color Cylindrical-coordinate representation of color #85CBFC: hue angle of 204.71º 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 #85CBFC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 203 | 252 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.01 |
| HSL | 204.71º | 0.95% | 0.75% | - |
| HSV(B) | 204.71º | 0.47% | 0.99% | - |
| XYZ | 48.6 | 54.73 | 100.1 | - |
| YUV | 187.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 252 | 0.47 | 0.19 | 0 | 0.01 | 204.71 | 0.95 | 0.75 |
| Hex | 85 | CB | FC | 2F | 13 | 0 | 1 | CD | 5F | 4B |
| Octal | 205 | 313 | 374 | 57 | 23 | 0 | 1 | 315 | 137 | 113 |
| Binary | 10000101 | 11001011 | 11111100 | 101111 | 10011 | 0 | 1 | 11001101 | 1011111 | 1001011 |
Color Harmonies of #85CBFC
Complementary color
Monochromatic Colors of #85CBFC
Black with #85CBFC
Text Example
Text Example
White with #85CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBFC; }
p { color: rgb(133,203,252); }
H1.HeaderClassName
{
color: #85CBFC;
}
.AnyTagClassName
{
color: #85CBFC;
}
</style>
background-color css
<style>
a { background-color: #85CBFC; }
a { background-color: rgb(133,203,252); }
div.DivClassName
{
background-color: #85CBFC;
}
.BgClassName
{
background-color: #85CBFC;
}
</style>
border-color css
<style>
span { border-color: #85CBFC; }
span { border-color: rgb(133,203,252); }
td.TdClassName
{
border-color: #85CBFC;
}
.TagClassName
{
border-color: #85CBFC;
}
</style>