Shades of Vista Blue #A1DBBA
Tints of Vista Blue #A1DBBA
RGB
CMYK
RGB Variations
Color information
#A1DBBA (or 0xA1DBBA) is known color: Vista Blue. HEX triplet: A1, DB and BA. RGB value is (161,219,186). Sum of RGB (Red+Green+Blue) = 161+219+186=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBA is #5E2445. Grayscale: #C5C5C5. Windows color (decimal): -6169670 or 12245921. OLE color: 12245921.
HSL color Cylindrical-coordinate representation of color #A1DBBA: hue angle of 145.86º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBBA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 186 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.14 |
| HSL | 145.86º | 0.45% | 0.75% | - |
| HSV(B) | 145.86º | 0.26% | 0.86% | - |
| XYZ | 48.89 | 61.79 | 55.8 | - |
| YUV | 197.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 186 | 0.26 | 0 | 0.15 | 0.14 | 145.86 | 0.45 | 0.75 |
| Hex | A1 | DB | BA | 1A | 0 | F | E | 92 | 2D | 4B |
| Octal | 241 | 333 | 272 | 32 | 0 | 17 | 16 | 222 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10111010 | 11010 | 0 | 1111 | 1110 | 10010010 | 101101 | 1001011 |
Color Harmonies of #A1DBBA
Complementary color
Monochromatic Colors of #A1DBBA
Black with #A1DBBA
Text Example
Text Example
White with #A1DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBBA; }
p { color: rgb(161,219,186); }
H1.HeaderClassName
{
color: #A1DBBA;
}
.AnyTagClassName
{
color: #A1DBBA;
}
</style>
background-color css
<style>
a { background-color: #A1DBBA; }
a { background-color: rgb(161,219,186); }
div.DivClassName
{
background-color: #A1DBBA;
}
.BgClassName
{
background-color: #A1DBBA;
}
</style>
border-color css
<style>
span { border-color: #A1DBBA; }
span { border-color: rgb(161,219,186); }
td.TdClassName
{
border-color: #A1DBBA;
}
.TagClassName
{
border-color: #A1DBBA;
}
</style>