Shades of Light Sky Blue #85DEFC
Tints of Light Sky Blue #85DEFC
RGB
CMYK
RGB Variations
Color information
#85DEFC (or 0x85DEFC) is known color: Light Sky Blue. HEX triplet: 85, DE and FC. RGB value is (133,222,252). Sum of RGB (Red+Green+Blue) = 133+222+252=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #85DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DEFC is #7A2103. Grayscale: #C6C6C6. Windows color (decimal): -8003844 or 16572037. OLE color: 16572037.
HSL color Cylindrical-coordinate representation of color #85DEFC: hue angle of 195.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 #85DEFC is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 222 | 252 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.01 |
| HSL | 195.13º | 0.95% | 0.75% | - |
| HSV(B) | 195.13º | 0.47% | 0.99% | - |
| XYZ | 53.36 | 64.26 | 101.69 | - |
| YUV | 198.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 252 | 0.47 | 0.12 | 0 | 0.01 | 195.13 | 0.95 | 0.75 |
| Hex | 85 | DE | FC | 2F | C | 0 | 1 | C3 | 5F | 4B |
| Octal | 205 | 336 | 374 | 57 | 14 | 0 | 1 | 303 | 137 | 113 |
| Binary | 10000101 | 11011110 | 11111100 | 101111 | 1100 | 0 | 1 | 11000011 | 1011111 | 1001011 |
Color Harmonies of #85DEFC
Complementary color
Monochromatic Colors of #85DEFC
Black with #85DEFC
Text Example
Text Example
White with #85DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEFC; }
p { color: rgb(133,222,252); }
H1.HeaderClassName
{
color: #85DEFC;
}
.AnyTagClassName
{
color: #85DEFC;
}
</style>
background-color css
<style>
a { background-color: #85DEFC; }
a { background-color: rgb(133,222,252); }
div.DivClassName
{
background-color: #85DEFC;
}
.BgClassName
{
background-color: #85DEFC;
}
</style>
border-color css
<style>
span { border-color: #85DEFC; }
span { border-color: rgb(133,222,252); }
td.TdClassName
{
border-color: #85DEFC;
}
.TagClassName
{
border-color: #85DEFC;
}
</style>