Shades of Sky Blue #85DCEF
Tints of Sky Blue #85DCEF
RGB
CMYK
RGB Variations
Color information
#85DCEF (or 0x85DCEF) is known color: Sky Blue. HEX triplet: 85, DC and EF. RGB value is (133,220,239). Sum of RGB (Red+Green+Blue) = 133+220+239=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #85DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCEF is #7A2310. Grayscale: #C3C3C3. Windows color (decimal): -8004369 or 15719557. OLE color: 15719557.
HSL color Cylindrical-coordinate representation of color #85DCEF: hue angle of 190.75º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85DCEF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 220 | 239 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.06 |
| HSL | 190.75º | 0.77% | 0.73% | - |
| HSV(B) | 190.75º | 0.44% | 0.94% | - |
| XYZ | 50.85 | 62.4 | 91.03 | - |
| YUV | 196.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 239 | 0.44 | 0.08 | 0 | 0.06 | 190.75 | 0.77 | 0.73 |
| Hex | 85 | DC | EF | 2C | 8 | 0 | 6 | BF | 4D | 49 |
| Octal | 205 | 334 | 357 | 54 | 10 | 0 | 6 | 277 | 115 | 111 |
| Binary | 10000101 | 11011100 | 11101111 | 101100 | 1000 | 0 | 110 | 10111111 | 1001101 | 1001001 |
Color Harmonies of #85DCEF
Complementary color
Monochromatic Colors of #85DCEF
Black with #85DCEF
Text Example
Text Example
White with #85DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCEF; }
p { color: rgb(133,220,239); }
H1.HeaderClassName
{
color: #85DCEF;
}
.AnyTagClassName
{
color: #85DCEF;
}
</style>
background-color css
<style>
a { background-color: #85DCEF; }
a { background-color: rgb(133,220,239); }
div.DivClassName
{
background-color: #85DCEF;
}
.BgClassName
{
background-color: #85DCEF;
}
</style>
border-color css
<style>
span { border-color: #85DCEF; }
span { border-color: rgb(133,220,239); }
td.TdClassName
{
border-color: #85DCEF;
}
.TagClassName
{
border-color: #85DCEF;
}
</style>