Shades of Sky Blue #85DFEC
Tints of Sky Blue #85DFEC
RGB
CMYK
RGB Variations
Color information
#85DFEC (or 0x85DFEC) is known color: Sky Blue. HEX triplet: 85, DF and EC. RGB value is (133,223,236). Sum of RGB (Red+Green+Blue) = 133+223+236=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #85DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEC is #7A2013. Grayscale: #C5C5C5. Windows color (decimal): -8003604 or 15523717. OLE color: 15523717.
HSL color Cylindrical-coordinate representation of color #85DFEC: hue angle of 187.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85DFEC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 223 | 236 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.07 |
| HSL | 187.57º | 0.73% | 0.72% | - |
| HSV(B) | 187.57º | 0.44% | 0.93% | - |
| XYZ | 51.2 | 63.82 | 88.98 | - |
| YUV | 197.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 236 | 0.44 | 0.06 | 0 | 0.07 | 187.57 | 0.73 | 0.72 |
| Hex | 85 | DF | EC | 2C | 6 | 0 | 7 | BC | 49 | 48 |
| Octal | 205 | 337 | 354 | 54 | 6 | 0 | 7 | 274 | 111 | 110 |
| Binary | 10000101 | 11011111 | 11101100 | 101100 | 110 | 0 | 111 | 10111100 | 1001001 | 1001000 |
Color Harmonies of #85DFEC
Complementary color
Monochromatic Colors of #85DFEC
Black with #85DFEC
Text Example
Text Example
White with #85DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFEC; }
p { color: rgb(133,223,236); }
H1.HeaderClassName
{
color: #85DFEC;
}
.AnyTagClassName
{
color: #85DFEC;
}
</style>
background-color css
<style>
a { background-color: #85DFEC; }
a { background-color: rgb(133,223,236); }
div.DivClassName
{
background-color: #85DFEC;
}
.BgClassName
{
background-color: #85DFEC;
}
</style>
border-color css
<style>
span { border-color: #85DFEC; }
span { border-color: rgb(133,223,236); }
td.TdClassName
{
border-color: #85DFEC;
}
.TagClassName
{
border-color: #85DFEC;
}
</style>