Shades of Vista Blue #A1DBBB
Tints of Vista Blue #A1DBBB
RGB
CMYK
RGB Variations
Color information
#A1DBBB (or 0xA1DBBB) is known color: Vista Blue. HEX triplet: A1, DB and BB. RGB value is (161,219,187). Sum of RGB (Red+Green+Blue) = 161+219+187=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBB is #5E2444. Grayscale: #C6C6C6. Windows color (decimal): -6169669 or 12311457. OLE color: 12311457.
HSL color Cylindrical-coordinate representation of color #A1DBBB: hue angle of 146.9º 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 #A1DBBB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 187 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.14 |
| HSL | 146.9º | 0.45% | 0.75% | - |
| HSV(B) | 146.9º | 0.26% | 0.86% | - |
| XYZ | 49 | 61.83 | 56.37 | - |
| YUV | 198.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 187 | 0.26 | 0 | 0.15 | 0.14 | 146.9 | 0.45 | 0.75 |
| Hex | A1 | DB | BB | 1A | 0 | F | E | 93 | 2D | 4B |
| Octal | 241 | 333 | 273 | 32 | 0 | 17 | 16 | 223 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10111011 | 11010 | 0 | 1111 | 1110 | 10010011 | 101101 | 1001011 |
Color Harmonies of #A1DBBB
Complementary color
Monochromatic Colors of #A1DBBB
Black with #A1DBBB
Text Example
Text Example
White with #A1DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBBB; }
p { color: rgb(161,219,187); }
H1.HeaderClassName
{
color: #A1DBBB;
}
.AnyTagClassName
{
color: #A1DBBB;
}
</style>
background-color css
<style>
a { background-color: #A1DBBB; }
a { background-color: rgb(161,219,187); }
div.DivClassName
{
background-color: #A1DBBB;
}
.BgClassName
{
background-color: #A1DBBB;
}
</style>
border-color css
<style>
span { border-color: #A1DBBB; }
span { border-color: rgb(161,219,187); }
td.TdClassName
{
border-color: #A1DBBB;
}
.TagClassName
{
border-color: #A1DBBB;
}
</style>