Shades of Vista Blue #85DBA5
Tints of Vista Blue #85DBA5
RGB
CMYK
RGB Variations
Color information
#85DBA5 (or 0x85DBA5) is known color: Vista Blue. HEX triplet: 85, DB and A5. RGB value is (133,219,165). Sum of RGB (Red+Green+Blue) = 133+219+165=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBA5 is #7A245A. Grayscale: #BBBBBB. Windows color (decimal): -8004699 or 10869637. OLE color: 10869637.
HSL color Cylindrical-coordinate representation of color #85DBA5: hue angle of 142.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBA5 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 165 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.14 |
| HSL | 142.33º | 0.54% | 0.69% | - |
| HSV(B) | 142.33º | 0.39% | 0.86% | - |
| XYZ | 41.8 | 58.37 | 44.66 | - |
| YUV | 187.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 165 | 0.39 | 0 | 0.25 | 0.14 | 142.33 | 0.54 | 0.69 |
| Hex | 85 | DB | A5 | 27 | 0 | 19 | E | 8E | 36 | 45 |
| Octal | 205 | 333 | 245 | 47 | 0 | 31 | 16 | 216 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10100101 | 100111 | 0 | 11001 | 1110 | 10001110 | 110110 | 1000101 |
Color Harmonies of #85DBA5
Complementary color
Monochromatic Colors of #85DBA5
Black with #85DBA5
Text Example
Text Example
White with #85DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBA5; }
p { color: rgb(133,219,165); }
H1.HeaderClassName
{
color: #85DBA5;
}
.AnyTagClassName
{
color: #85DBA5;
}
</style>
background-color css
<style>
a { background-color: #85DBA5; }
a { background-color: rgb(133,219,165); }
div.DivClassName
{
background-color: #85DBA5;
}
.BgClassName
{
background-color: #85DBA5;
}
</style>
border-color css
<style>
span { border-color: #85DBA5; }
span { border-color: rgb(133,219,165); }
td.TdClassName
{
border-color: #85DBA5;
}
.TagClassName
{
border-color: #85DBA5;
}
</style>