Shades of Vista Blue #A1DBBC
Tints of Vista Blue #A1DBBC
RGB
CMYK
RGB Variations
Color information
#A1DBBC (or 0xA1DBBC) is known color: Vista Blue. HEX triplet: A1, DB and BC. RGB value is (161,219,188). Sum of RGB (Red+Green+Blue) = 161+219+188=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBC is #5E2443. Grayscale: #C6C6C6. Windows color (decimal): -6169668 or 12376993. OLE color: 12376993.
HSL color Cylindrical-coordinate representation of color #A1DBBC: hue angle of 147.93º 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 #A1DBBC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 188 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.14 |
| HSL | 147.93º | 0.45% | 0.75% | - |
| HSV(B) | 147.93º | 0.26% | 0.86% | - |
| XYZ | 49.11 | 61.87 | 56.93 | - |
| YUV | 198.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 188 | 0.26 | 0 | 0.14 | 0.14 | 147.93 | 0.45 | 0.75 |
| Hex | A1 | DB | BC | 1A | 0 | E | E | 94 | 2D | 4B |
| Octal | 241 | 333 | 274 | 32 | 0 | 16 | 16 | 224 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10111100 | 11010 | 0 | 1110 | 1110 | 10010100 | 101101 | 1001011 |
Color Harmonies of #A1DBBC
Complementary color
Monochromatic Colors of #A1DBBC
Black with #A1DBBC
Text Example
Text Example
White with #A1DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBBC; }
p { color: rgb(161,219,188); }
H1.HeaderClassName
{
color: #A1DBBC;
}
.AnyTagClassName
{
color: #A1DBBC;
}
</style>
background-color css
<style>
a { background-color: #A1DBBC; }
a { background-color: rgb(161,219,188); }
div.DivClassName
{
background-color: #A1DBBC;
}
.BgClassName
{
background-color: #A1DBBC;
}
</style>
border-color css
<style>
span { border-color: #A1DBBC; }
span { border-color: rgb(161,219,188); }
td.TdClassName
{
border-color: #A1DBBC;
}
.TagClassName
{
border-color: #A1DBBC;
}
</style>