Shades of Sky Blue #85DEED
Tints of Sky Blue #85DEED
RGB
CMYK
RGB Variations
Color information
#85DEED (or 0x85DEED) is known color: Sky Blue. HEX triplet: 85, DE and ED. RGB value is (133,222,237). Sum of RGB (Red+Green+Blue) = 133+222+237=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #85DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DEED is #7A2112. Grayscale: #C4C4C4. Windows color (decimal): -8003859 or 15588997. OLE color: 15588997.
HSL color Cylindrical-coordinate representation of color #85DEED: hue angle of 188.65º degrees, saturation: 0.74, 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 #85DEED is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 222 | 237 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.07 |
| HSL | 188.65º | 0.74% | 0.73% | - |
| HSV(B) | 188.65º | 0.44% | 0.93% | - |
| XYZ | 51.08 | 63.34 | 89.66 | - |
| YUV | 197.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 237 | 0.44 | 0.06 | 0 | 0.07 | 188.65 | 0.74 | 0.73 |
| Hex | 85 | DE | ED | 2C | 6 | 0 | 7 | BD | 4A | 49 |
| Octal | 205 | 336 | 355 | 54 | 6 | 0 | 7 | 275 | 112 | 111 |
| Binary | 10000101 | 11011110 | 11101101 | 101100 | 110 | 0 | 111 | 10111101 | 1001010 | 1001001 |
Color Harmonies of #85DEED
Complementary color
Monochromatic Colors of #85DEED
Black with #85DEED
Text Example
Text Example
White with #85DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEED; }
p { color: rgb(133,222,237); }
H1.HeaderClassName
{
color: #85DEED;
}
.AnyTagClassName
{
color: #85DEED;
}
</style>
background-color css
<style>
a { background-color: #85DEED; }
a { background-color: rgb(133,222,237); }
div.DivClassName
{
background-color: #85DEED;
}
.BgClassName
{
background-color: #85DEED;
}
</style>
border-color css
<style>
span { border-color: #85DEED; }
span { border-color: rgb(133,222,237); }
td.TdClassName
{
border-color: #85DEED;
}
.TagClassName
{
border-color: #85DEED;
}
</style>