Shades of Vista Blue #A0DABF
Tints of Vista Blue #A0DABF
RGB
CMYK
RGB Variations
Color information
#A0DABF (or 0xA0DABF) is known color: Vista Blue. HEX triplet: A0, DA and BF. RGB value is (160,218,191). Sum of RGB (Red+Green+Blue) = 160+218+191=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DABF is #5F2540. Grayscale: #C5C5C5. Windows color (decimal): -6235457 or 12573344. OLE color: 12573344.
HSL color Cylindrical-coordinate representation of color #A0DABF: hue angle of 152.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DABF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 191 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.15 |
| HSL | 152.07º | 0.44% | 0.74% | - |
| HSV(B) | 152.07º | 0.27% | 0.85% | - |
| XYZ | 48.97 | 61.38 | 58.56 | - |
| YUV | 197.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 191 | 0.27 | 0 | 0.12 | 0.15 | 152.07 | 0.44 | 0.74 |
| Hex | A0 | DA | BF | 1B | 0 | C | F | 98 | 2C | 4A |
| Octal | 240 | 332 | 277 | 33 | 0 | 14 | 17 | 230 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10111111 | 11011 | 0 | 1100 | 1111 | 10011000 | 101100 | 1001010 |
Color Harmonies of #A0DABF
Complementary color
Monochromatic Colors of #A0DABF
Black with #A0DABF
Text Example
Text Example
White with #A0DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DABF; }
p { color: rgb(160,218,191); }
H1.HeaderClassName
{
color: #A0DABF;
}
.AnyTagClassName
{
color: #A0DABF;
}
</style>
background-color css
<style>
a { background-color: #A0DABF; }
a { background-color: rgb(160,218,191); }
div.DivClassName
{
background-color: #A0DABF;
}
.BgClassName
{
background-color: #A0DABF;
}
</style>
border-color css
<style>
span { border-color: #A0DABF; }
span { border-color: rgb(160,218,191); }
td.TdClassName
{
border-color: #A0DABF;
}
.TagClassName
{
border-color: #A0DABF;
}
</style>