Shades of Vista Blue #A1DBBD
Tints of Vista Blue #A1DBBD
RGB
CMYK
RGB Variations
Color information
#A1DBBD (or 0xA1DBBD) is known color: Vista Blue. HEX triplet: A1, DB and BD. RGB value is (161,219,189). Sum of RGB (Red+Green+Blue) = 161+219+189=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBD is #5E2442. Grayscale: #C6C6C6. Windows color (decimal): -6169667 or 12442529. OLE color: 12442529.
HSL color Cylindrical-coordinate representation of color #A1DBBD: hue angle of 148.97º 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 #A1DBBD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 189 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.14 |
| HSL | 148.97º | 0.45% | 0.75% | - |
| HSV(B) | 148.97º | 0.26% | 0.86% | - |
| XYZ | 49.21 | 61.91 | 57.5 | - |
| YUV | 198.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 189 | 0.26 | 0 | 0.14 | 0.14 | 148.97 | 0.45 | 0.75 |
| Hex | A1 | DB | BD | 1A | 0 | E | E | 95 | 2D | 4B |
| Octal | 241 | 333 | 275 | 32 | 0 | 16 | 16 | 225 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10111101 | 11010 | 0 | 1110 | 1110 | 10010101 | 101101 | 1001011 |
Color Harmonies of #A1DBBD
Complementary color
Monochromatic Colors of #A1DBBD
Black with #A1DBBD
Text Example
Text Example
White with #A1DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBBD; }
p { color: rgb(161,219,189); }
H1.HeaderClassName
{
color: #A1DBBD;
}
.AnyTagClassName
{
color: #A1DBBD;
}
</style>
background-color css
<style>
a { background-color: #A1DBBD; }
a { background-color: rgb(161,219,189); }
div.DivClassName
{
background-color: #A1DBBD;
}
.BgClassName
{
background-color: #A1DBBD;
}
</style>
border-color css
<style>
span { border-color: #A1DBBD; }
span { border-color: rgb(161,219,189); }
td.TdClassName
{
border-color: #A1DBBD;
}
.TagClassName
{
border-color: #A1DBBD;
}
</style>