Shades of Vista Blue #85DBAF
Tints of Vista Blue #85DBAF
RGB
CMYK
RGB Variations
Color information
#85DBAF (or 0x85DBAF) is known color: Vista Blue. HEX triplet: 85, DB and AF. RGB value is (133,219,175). Sum of RGB (Red+Green+Blue) = 133+219+175=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAF is #7A2450. Grayscale: #BCBCBC. Windows color (decimal): -8004689 or 11524997. OLE color: 11524997.
HSL color Cylindrical-coordinate representation of color #85DBAF: hue angle of 149.3º 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 #85DBAF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 175 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.14 |
| HSL | 149.3º | 0.54% | 0.69% | - |
| HSV(B) | 149.3º | 0.39% | 0.86% | - |
| XYZ | 42.74 | 58.74 | 49.64 | - |
| YUV | 188.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 175 | 0.39 | 0 | 0.20 | 0.14 | 149.3 | 0.54 | 0.69 |
| Hex | 85 | DB | AF | 27 | 0 | 14 | E | 95 | 36 | 45 |
| Octal | 205 | 333 | 257 | 47 | 0 | 24 | 16 | 225 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10101111 | 100111 | 0 | 10100 | 1110 | 10010101 | 110110 | 1000101 |
Color Harmonies of #85DBAF
Complementary color
Monochromatic Colors of #85DBAF
Black with #85DBAF
Text Example
Text Example
White with #85DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBAF; }
p { color: rgb(133,219,175); }
H1.HeaderClassName
{
color: #85DBAF;
}
.AnyTagClassName
{
color: #85DBAF;
}
</style>
background-color css
<style>
a { background-color: #85DBAF; }
a { background-color: rgb(133,219,175); }
div.DivClassName
{
background-color: #85DBAF;
}
.BgClassName
{
background-color: #85DBAF;
}
</style>
border-color css
<style>
span { border-color: #85DBAF; }
span { border-color: rgb(133,219,175); }
td.TdClassName
{
border-color: #85DBAF;
}
.TagClassName
{
border-color: #85DBAF;
}
</style>