Shades of Sky Blue #85DBF6
Tints of Sky Blue #85DBF6
RGB
CMYK
RGB Variations
Color information
#85DBF6 (or 0x85DBF6) is known color: Sky Blue. HEX triplet: 85, DB and F6. RGB value is (133,219,246). Sum of RGB (Red+Green+Blue) = 133+219+246=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #85DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBF6 is #7A2409. Grayscale: #C4C4C4. Windows color (decimal): -8004618 or 16178053. OLE color: 16178053.
HSL color Cylindrical-coordinate representation of color #85DBF6: hue angle of 194.34º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85DBF6 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 219 | 246 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.04 |
| HSL | 194.34º | 0.86% | 0.74% | - |
| HSV(B) | 194.34º | 0.46% | 0.96% | - |
| XYZ | 51.64 | 62.3 | 96.49 | - |
| YUV | 196.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 246 | 0.46 | 0.11 | 0 | 0.04 | 194.34 | 0.86 | 0.74 |
| Hex | 85 | DB | F6 | 2E | B | 0 | 4 | C2 | 56 | 4A |
| Octal | 205 | 333 | 366 | 56 | 13 | 0 | 4 | 302 | 126 | 112 |
| Binary | 10000101 | 11011011 | 11110110 | 101110 | 1011 | 0 | 100 | 11000010 | 1010110 | 1001010 |
Color Harmonies of #85DBF6
Complementary color
Monochromatic Colors of #85DBF6
Black with #85DBF6
Text Example
Text Example
White with #85DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBF6; }
p { color: rgb(133,219,246); }
H1.HeaderClassName
{
color: #85DBF6;
}
.AnyTagClassName
{
color: #85DBF6;
}
</style>
background-color css
<style>
a { background-color: #85DBF6; }
a { background-color: rgb(133,219,246); }
div.DivClassName
{
background-color: #85DBF6;
}
.BgClassName
{
background-color: #85DBF6;
}
</style>
border-color css
<style>
span { border-color: #85DBF6; }
span { border-color: rgb(133,219,246); }
td.TdClassName
{
border-color: #85DBF6;
}
.TagClassName
{
border-color: #85DBF6;
}
</style>