Shades of Sky Blue #85DCEE
Tints of Sky Blue #85DCEE
RGB
CMYK
RGB Variations
Color information
#85DCEE (or 0x85DCEE) is known color: Sky Blue. HEX triplet: 85, DC and EE. RGB value is (133,220,238). Sum of RGB (Red+Green+Blue) = 133+220+238=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #85DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCEE is #7A2311. Grayscale: #C3C3C3. Windows color (decimal): -8004370 or 15654021. OLE color: 15654021.
HSL color Cylindrical-coordinate representation of color #85DCEE: hue angle of 190.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85DCEE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 220 | 238 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.07 |
| HSL | 190.29º | 0.76% | 0.73% | - |
| HSV(B) | 190.29º | 0.44% | 0.93% | - |
| XYZ | 50.7 | 62.35 | 90.25 | - |
| YUV | 196.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 238 | 0.44 | 0.08 | 0 | 0.07 | 190.29 | 0.76 | 0.73 |
| Hex | 85 | DC | EE | 2C | 8 | 0 | 7 | BE | 4C | 49 |
| Octal | 205 | 334 | 356 | 54 | 10 | 0 | 7 | 276 | 114 | 111 |
| Binary | 10000101 | 11011100 | 11101110 | 101100 | 1000 | 0 | 111 | 10111110 | 1001100 | 1001001 |
Color Harmonies of #85DCEE
Complementary color
Monochromatic Colors of #85DCEE
Black with #85DCEE
Text Example
Text Example
White with #85DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCEE; }
p { color: rgb(133,220,238); }
H1.HeaderClassName
{
color: #85DCEE;
}
.AnyTagClassName
{
color: #85DCEE;
}
</style>
background-color css
<style>
a { background-color: #85DCEE; }
a { background-color: rgb(133,220,238); }
div.DivClassName
{
background-color: #85DCEE;
}
.BgClassName
{
background-color: #85DCEE;
}
</style>
border-color css
<style>
span { border-color: #85DCEE; }
span { border-color: rgb(133,220,238); }
td.TdClassName
{
border-color: #85DCEE;
}
.TagClassName
{
border-color: #85DCEE;
}
</style>