Shades of Vista Blue #85DAB0
Tints of Vista Blue #85DAB0
RGB
CMYK
RGB Variations
Color information
#85DAB0 (or 0x85DAB0) is known color: Vista Blue. HEX triplet: 85, DA and B0. RGB value is (133,218,176). Sum of RGB (Red+Green+Blue) = 133+218+176=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAB0 is #7A254F. Grayscale: #BBBBBB. Windows color (decimal): -8004944 or 11590277. OLE color: 11590277.
HSL color Cylindrical-coordinate representation of color #85DAB0: hue angle of 150.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 176 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.15 |
| HSL | 150.35º | 0.53% | 0.69% | - |
| HSV(B) | 150.35º | 0.39% | 0.85% | - |
| XYZ | 42.58 | 58.26 | 50.08 | - |
| YUV | 187.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 176 | 0.39 | 0 | 0.19 | 0.15 | 150.35 | 0.53 | 0.69 |
| Hex | 85 | DA | B0 | 27 | 0 | 13 | F | 96 | 35 | 45 |
| Octal | 205 | 332 | 260 | 47 | 0 | 23 | 17 | 226 | 65 | 105 |
| Binary | 10000101 | 11011010 | 10110000 | 100111 | 0 | 10011 | 1111 | 10010110 | 110101 | 1000101 |
Color Harmonies of #85DAB0
Complementary color
Monochromatic Colors of #85DAB0
Black with #85DAB0
Text Example
Text Example
White with #85DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DAB0; }
p { color: rgb(133,218,176); }
H1.HeaderClassName
{
color: #85DAB0;
}
.AnyTagClassName
{
color: #85DAB0;
}
</style>
background-color css
<style>
a { background-color: #85DAB0; }
a { background-color: rgb(133,218,176); }
div.DivClassName
{
background-color: #85DAB0;
}
.BgClassName
{
background-color: #85DAB0;
}
</style>
border-color css
<style>
span { border-color: #85DAB0; }
span { border-color: rgb(133,218,176); }
td.TdClassName
{
border-color: #85DAB0;
}
.TagClassName
{
border-color: #85DAB0;
}
</style>