Shades of Vista Blue #A1DDB4
Tints of Vista Blue #A1DDB4
RGB
CMYK
RGB Variations
Color information
#A1DDB4 (or 0xA1DDB4) is known color: Vista Blue. HEX triplet: A1, DD and B4. RGB value is (161,221,180). Sum of RGB (Red+Green+Blue) = 161+221+180=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB4 is #5E224B. Grayscale: #C6C6C6. Windows color (decimal): -6169164 or 11853217. OLE color: 11853217.
HSL color Cylindrical-coordinate representation of color #A1DDB4: hue angle of 139º 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 #A1DDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 180 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.13 |
| HSL | 139º | 0.47% | 0.75% | - |
| HSV(B) | 139º | 0.27% | 0.87% | - |
| XYZ | 48.79 | 62.59 | 52.69 | - |
| YUV | 198.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 180 | 0.27 | 0 | 0.19 | 0.13 | 139 | 0.47 | 0.75 |
| Hex | A1 | DD | B4 | 1B | 0 | 13 | D | 8B | 2F | 4B |
| Octal | 241 | 335 | 264 | 33 | 0 | 23 | 15 | 213 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10110100 | 11011 | 0 | 10011 | 1101 | 10001011 | 101111 | 1001011 |
Color Harmonies of #A1DDB4
Complementary color
Monochromatic Colors of #A1DDB4
Black with #A1DDB4
Text Example
Text Example
White with #A1DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDB4; }
p { color: rgb(161,221,180); }
H1.HeaderClassName
{
color: #A1DDB4;
}
.AnyTagClassName
{
color: #A1DDB4;
}
</style>
background-color css
<style>
a { background-color: #A1DDB4; }
a { background-color: rgb(161,221,180); }
div.DivClassName
{
background-color: #A1DDB4;
}
.BgClassName
{
background-color: #A1DDB4;
}
</style>
border-color css
<style>
span { border-color: #A1DDB4; }
span { border-color: rgb(161,221,180); }
td.TdClassName
{
border-color: #A1DDB4;
}
.TagClassName
{
border-color: #A1DDB4;
}
</style>