Shades of Vista Blue #A1DABE
Tints of Vista Blue #A1DABE
RGB
CMYK
RGB Variations
Color information
#A1DABE (or 0xA1DABE) is known color: Vista Blue. HEX triplet: A1, DA and BE. RGB value is (161,218,190). Sum of RGB (Red+Green+Blue) = 161+218+190=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DABE is #5E2541. Grayscale: #C5C5C5. Windows color (decimal): -6169922 or 12507809. OLE color: 12507809.
HSL color Cylindrical-coordinate representation of color #A1DABE: hue angle of 150.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DABE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 190 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.15 |
| HSL | 150.53º | 0.44% | 0.74% | - |
| HSV(B) | 150.53º | 0.26% | 0.85% | - |
| XYZ | 49.06 | 61.44 | 57.99 | - |
| YUV | 197.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 190 | 0.26 | 0 | 0.13 | 0.15 | 150.53 | 0.44 | 0.74 |
| Hex | A1 | DA | BE | 1A | 0 | D | F | 97 | 2C | 4A |
| Octal | 241 | 332 | 276 | 32 | 0 | 15 | 17 | 227 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10111110 | 11010 | 0 | 1101 | 1111 | 10010111 | 101100 | 1001010 |
Color Harmonies of #A1DABE
Complementary color
Monochromatic Colors of #A1DABE
Black with #A1DABE
Text Example
Text Example
White with #A1DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DABE; }
p { color: rgb(161,218,190); }
H1.HeaderClassName
{
color: #A1DABE;
}
.AnyTagClassName
{
color: #A1DABE;
}
</style>
background-color css
<style>
a { background-color: #A1DABE; }
a { background-color: rgb(161,218,190); }
div.DivClassName
{
background-color: #A1DABE;
}
.BgClassName
{
background-color: #A1DABE;
}
</style>
border-color css
<style>
span { border-color: #A1DABE; }
span { border-color: rgb(161,218,190); }
td.TdClassName
{
border-color: #A1DABE;
}
.TagClassName
{
border-color: #A1DABE;
}
</style>