Shades of Vista Blue #A0DBBF
Tints of Vista Blue #A0DBBF
RGB
CMYK
RGB Variations
Color information
#A0DBBF (or 0xA0DBBF) is known color: Vista Blue. HEX triplet: A0, DB and BF. RGB value is (160,219,191). Sum of RGB (Red+Green+Blue) = 160+219+191=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBBF is #5F2440. Grayscale: #C6C6C6. Windows color (decimal): -6235201 or 12573600. OLE color: 12573600.
HSL color Cylindrical-coordinate representation of color #A0DBBF: hue angle of 151.53º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBBF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 191 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.14 |
| HSL | 151.53º | 0.45% | 0.74% | - |
| HSV(B) | 151.53º | 0.27% | 0.86% | - |
| XYZ | 49.23 | 61.9 | 58.64 | - |
| YUV | 198.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 191 | 0.27 | 0 | 0.13 | 0.14 | 151.53 | 0.45 | 0.74 |
| Hex | A0 | DB | BF | 1B | 0 | D | E | 98 | 2D | 4A |
| Octal | 240 | 333 | 277 | 33 | 0 | 15 | 16 | 230 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10111111 | 11011 | 0 | 1101 | 1110 | 10011000 | 101101 | 1001010 |
Color Harmonies of #A0DBBF
Complementary color
Monochromatic Colors of #A0DBBF
Black with #A0DBBF
Text Example
Text Example
White with #A0DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBBF; }
p { color: rgb(160,219,191); }
H1.HeaderClassName
{
color: #A0DBBF;
}
.AnyTagClassName
{
color: #A0DBBF;
}
</style>
background-color css
<style>
a { background-color: #A0DBBF; }
a { background-color: rgb(160,219,191); }
div.DivClassName
{
background-color: #A0DBBF;
}
.BgClassName
{
background-color: #A0DBBF;
}
</style>
border-color css
<style>
span { border-color: #A0DBBF; }
span { border-color: rgb(160,219,191); }
td.TdClassName
{
border-color: #A0DBBF;
}
.TagClassName
{
border-color: #A0DBBF;
}
</style>