Shades of Light Sky Blue #85DCFC
Tints of Light Sky Blue #85DCFC
RGB
CMYK
RGB Variations
Color information
#85DCFC (or 0x85DCFC) is known color: Light Sky Blue. HEX triplet: 85, DC and FC. RGB value is (133,220,252). Sum of RGB (Red+Green+Blue) = 133+220+252=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #85DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCFC is #7A2303. Grayscale: #C5C5C5. Windows color (decimal): -8004356 or 16571525. OLE color: 16571525.
HSL color Cylindrical-coordinate representation of color #85DCFC: hue angle of 196.13º 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 #85DCFC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 220 | 252 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.01 |
| HSL | 196.13º | 0.95% | 0.75% | - |
| HSV(B) | 196.13º | 0.47% | 0.99% | - |
| XYZ | 52.84 | 63.2 | 101.51 | - |
| YUV | 197.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 252 | 0.47 | 0.13 | 0 | 0.01 | 196.13 | 0.95 | 0.75 |
| Hex | 85 | DC | FC | 2F | D | 0 | 1 | C4 | 5F | 4B |
| Octal | 205 | 334 | 374 | 57 | 15 | 0 | 1 | 304 | 137 | 113 |
| Binary | 10000101 | 11011100 | 11111100 | 101111 | 1101 | 0 | 1 | 11000100 | 1011111 | 1001011 |
Color Harmonies of #85DCFC
Complementary color
Monochromatic Colors of #85DCFC
Black with #85DCFC
Text Example
Text Example
White with #85DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCFC; }
p { color: rgb(133,220,252); }
H1.HeaderClassName
{
color: #85DCFC;
}
.AnyTagClassName
{
color: #85DCFC;
}
</style>
background-color css
<style>
a { background-color: #85DCFC; }
a { background-color: rgb(133,220,252); }
div.DivClassName
{
background-color: #85DCFC;
}
.BgClassName
{
background-color: #85DCFC;
}
</style>
border-color css
<style>
span { border-color: #85DCFC; }
span { border-color: rgb(133,220,252); }
td.TdClassName
{
border-color: #85DCFC;
}
.TagClassName
{
border-color: #85DCFC;
}
</style>