Shades of Vista Blue #A1DDBB
Tints of Vista Blue #A1DDBB
RGB
CMYK
RGB Variations
Color information
#A1DDBB (or 0xA1DDBB) is known color: Vista Blue. HEX triplet: A1, DD and BB. RGB value is (161,221,187). Sum of RGB (Red+Green+Blue) = 161+221+187=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDBB is #5E2244. Grayscale: #C7C7C7. Windows color (decimal): -6169157 or 12311969. OLE color: 12311969.
HSL color Cylindrical-coordinate representation of color #A1DDBB: hue angle of 146º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDBB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 187 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.13 |
| HSL | 146º | 0.47% | 0.75% | - |
| HSV(B) | 146º | 0.27% | 0.87% | - |
| XYZ | 49.52 | 62.88 | 56.54 | - |
| YUV | 199.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 187 | 0.27 | 0 | 0.15 | 0.13 | 146 | 0.47 | 0.75 |
| Hex | A1 | DD | BB | 1B | 0 | F | D | 92 | 2F | 4B |
| Octal | 241 | 335 | 273 | 33 | 0 | 17 | 15 | 222 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10111011 | 11011 | 0 | 1111 | 1101 | 10010010 | 101111 | 1001011 |
Color Harmonies of #A1DDBB
Complementary color
Monochromatic Colors of #A1DDBB
Black with #A1DDBB
Text Example
Text Example
White with #A1DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDBB; }
p { color: rgb(161,221,187); }
H1.HeaderClassName
{
color: #A1DDBB;
}
.AnyTagClassName
{
color: #A1DDBB;
}
</style>
background-color css
<style>
a { background-color: #A1DDBB; }
a { background-color: rgb(161,221,187); }
div.DivClassName
{
background-color: #A1DDBB;
}
.BgClassName
{
background-color: #A1DDBB;
}
</style>
border-color css
<style>
span { border-color: #A1DDBB; }
span { border-color: rgb(161,221,187); }
td.TdClassName
{
border-color: #A1DDBB;
}
.TagClassName
{
border-color: #A1DDBB;
}
</style>