Shades of Sky Blue #85DBEF
Tints of Sky Blue #85DBEF
RGB
CMYK
RGB Variations
Color information
#85DBEF (or 0x85DBEF) is known color: Sky Blue. HEX triplet: 85, DB and EF. RGB value is (133,219,239). Sum of RGB (Red+Green+Blue) = 133+219+239=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #85DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBEF is #7A2410. Grayscale: #C3C3C3. Windows color (decimal): -8004625 or 15719301. OLE color: 15719301.
HSL color Cylindrical-coordinate representation of color #85DBEF: hue angle of 191.32º 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 #85DBEF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 219 | 239 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.06 |
| HSL | 191.32º | 0.77% | 0.73% | - |
| HSV(B) | 191.32º | 0.44% | 0.94% | - |
| XYZ | 50.58 | 61.88 | 90.94 | - |
| YUV | 195.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 239 | 0.44 | 0.08 | 0 | 0.06 | 191.32 | 0.77 | 0.73 |
| Hex | 85 | DB | EF | 2C | 8 | 0 | 6 | BF | 4D | 49 |
| Octal | 205 | 333 | 357 | 54 | 10 | 0 | 6 | 277 | 115 | 111 |
| Binary | 10000101 | 11011011 | 11101111 | 101100 | 1000 | 0 | 110 | 10111111 | 1001101 | 1001001 |
Color Harmonies of #85DBEF
Complementary color
Monochromatic Colors of #85DBEF
Black with #85DBEF
Text Example
Text Example
White with #85DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBEF; }
p { color: rgb(133,219,239); }
H1.HeaderClassName
{
color: #85DBEF;
}
.AnyTagClassName
{
color: #85DBEF;
}
</style>
background-color css
<style>
a { background-color: #85DBEF; }
a { background-color: rgb(133,219,239); }
div.DivClassName
{
background-color: #85DBEF;
}
.BgClassName
{
background-color: #85DBEF;
}
</style>
border-color css
<style>
span { border-color: #85DBEF; }
span { border-color: rgb(133,219,239); }
td.TdClassName
{
border-color: #85DBEF;
}
.TagClassName
{
border-color: #85DBEF;
}
</style>