Shades of Sky Blue #85DCED
Tints of Sky Blue #85DCED
RGB
CMYK
RGB Variations
Color information
#85DCED (or 0x85DCED) is known color: Sky Blue. HEX triplet: 85, DC and ED. RGB value is (133,220,237). Sum of RGB (Red+Green+Blue) = 133+220+237=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #85DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCED is #7A2312. Grayscale: #C3C3C3. Windows color (decimal): -8004371 or 15588485. OLE color: 15588485.
HSL color Cylindrical-coordinate representation of color #85DCED: hue angle of 189.81º 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 #85DCED is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 220 | 237 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.07 |
| HSL | 189.81º | 0.74% | 0.73% | - |
| HSV(B) | 189.81º | 0.44% | 0.93% | - |
| XYZ | 50.55 | 62.29 | 89.48 | - |
| YUV | 195.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 237 | 0.44 | 0.07 | 0 | 0.07 | 189.81 | 0.74 | 0.73 |
| Hex | 85 | DC | ED | 2C | 7 | 0 | 7 | BE | 4A | 49 |
| Octal | 205 | 334 | 355 | 54 | 7 | 0 | 7 | 276 | 112 | 111 |
| Binary | 10000101 | 11011100 | 11101101 | 101100 | 111 | 0 | 111 | 10111110 | 1001010 | 1001001 |
Color Harmonies of #85DCED
Complementary color
Monochromatic Colors of #85DCED
Black with #85DCED
Text Example
Text Example
White with #85DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCED; }
p { color: rgb(133,220,237); }
H1.HeaderClassName
{
color: #85DCED;
}
.AnyTagClassName
{
color: #85DCED;
}
</style>
background-color css
<style>
a { background-color: #85DCED; }
a { background-color: rgb(133,220,237); }
div.DivClassName
{
background-color: #85DCED;
}
.BgClassName
{
background-color: #85DCED;
}
</style>
border-color css
<style>
span { border-color: #85DCED; }
span { border-color: rgb(133,220,237); }
td.TdClassName
{
border-color: #85DCED;
}
.TagClassName
{
border-color: #85DCED;
}
</style>