Shades of Sky Blue #85DBEB
Tints of Sky Blue #85DBEB
RGB
CMYK
RGB Variations
Color information
#85DBEB (or 0x85DBEB) is known color: Sky Blue. HEX triplet: 85, DB and EB. RGB value is (133,219,235). Sum of RGB (Red+Green+Blue) = 133+219+235=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #85DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBEB is #7A2414. Grayscale: #C2C2C2. Windows color (decimal): -8004629 or 15457157. OLE color: 15457157.
HSL color Cylindrical-coordinate representation of color #85DBEB: hue angle of 189.41º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DBEB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 219 | 235 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.08 |
| HSL | 189.41º | 0.72% | 0.72% | - |
| HSV(B) | 189.41º | 0.43% | 0.92% | - |
| XYZ | 50 | 61.65 | 87.86 | - |
| YUV | 195.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 235 | 0.43 | 0.07 | 0 | 0.08 | 189.41 | 0.72 | 0.72 |
| Hex | 85 | DB | EB | 2B | 7 | 0 | 8 | BD | 48 | 48 |
| Octal | 205 | 333 | 353 | 53 | 7 | 0 | 10 | 275 | 110 | 110 |
| Binary | 10000101 | 11011011 | 11101011 | 101011 | 111 | 0 | 1000 | 10111101 | 1001000 | 1001000 |
Color Harmonies of #85DBEB
Complementary color
Monochromatic Colors of #85DBEB
Black with #85DBEB
Text Example
Text Example
White with #85DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBEB; }
p { color: rgb(133,219,235); }
H1.HeaderClassName
{
color: #85DBEB;
}
.AnyTagClassName
{
color: #85DBEB;
}
</style>
background-color css
<style>
a { background-color: #85DBEB; }
a { background-color: rgb(133,219,235); }
div.DivClassName
{
background-color: #85DBEB;
}
.BgClassName
{
background-color: #85DBEB;
}
</style>
border-color css
<style>
span { border-color: #85DBEB; }
span { border-color: rgb(133,219,235); }
td.TdClassName
{
border-color: #85DBEB;
}
.TagClassName
{
border-color: #85DBEB;
}
</style>