Shades of Vista Blue #85DBAB
Tints of Vista Blue #85DBAB
RGB
CMYK
RGB Variations
Color information
#85DBAB (or 0x85DBAB) is known color: Vista Blue. HEX triplet: 85, DB and AB. RGB value is (133,219,171). Sum of RGB (Red+Green+Blue) = 133+219+171=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAB is #7A2454. Grayscale: #BBBBBB. Windows color (decimal): -8004693 or 11262853. OLE color: 11262853.
HSL color Cylindrical-coordinate representation of color #85DBAB: hue angle of 146.51º 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 #85DBAB is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 171 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.14 |
| HSL | 146.51º | 0.54% | 0.69% | - |
| HSV(B) | 146.51º | 0.39% | 0.86% | - |
| XYZ | 42.36 | 58.59 | 47.6 | - |
| YUV | 187.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 171 | 0.39 | 0 | 0.22 | 0.14 | 146.51 | 0.54 | 0.69 |
| Hex | 85 | DB | AB | 27 | 0 | 16 | E | 93 | 36 | 45 |
| Octal | 205 | 333 | 253 | 47 | 0 | 26 | 16 | 223 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10101011 | 100111 | 0 | 10110 | 1110 | 10010011 | 110110 | 1000101 |
Color Harmonies of #85DBAB
Complementary color
Monochromatic Colors of #85DBAB
Black with #85DBAB
Text Example
Text Example
White with #85DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBAB; }
p { color: rgb(133,219,171); }
H1.HeaderClassName
{
color: #85DBAB;
}
.AnyTagClassName
{
color: #85DBAB;
}
</style>
background-color css
<style>
a { background-color: #85DBAB; }
a { background-color: rgb(133,219,171); }
div.DivClassName
{
background-color: #85DBAB;
}
.BgClassName
{
background-color: #85DBAB;
}
</style>
border-color css
<style>
span { border-color: #85DBAB; }
span { border-color: rgb(133,219,171); }
td.TdClassName
{
border-color: #85DBAB;
}
.TagClassName
{
border-color: #85DBAB;
}
</style>