Shades of Vista Blue #A1DDB8
Tints of Vista Blue #A1DDB8
RGB
CMYK
RGB Variations
Color information
#A1DDB8 (or 0xA1DDB8) is known color: Vista Blue. HEX triplet: A1, DD and B8. RGB value is (161,221,184). Sum of RGB (Red+Green+Blue) = 161+221+184=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB8 is #5E2247. Grayscale: #C6C6C6. Windows color (decimal): -6169160 or 12115361. OLE color: 12115361.
HSL color Cylindrical-coordinate representation of color #A1DDB8: hue angle of 143º 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 #A1DDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 184 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.13 |
| HSL | 143º | 0.47% | 0.75% | - |
| HSV(B) | 143º | 0.27% | 0.87% | - |
| XYZ | 49.21 | 62.75 | 54.87 | - |
| YUV | 198.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 184 | 0.27 | 0 | 0.17 | 0.13 | 143 | 0.47 | 0.75 |
| Hex | A1 | DD | B8 | 1B | 0 | 11 | D | 8F | 2F | 4B |
| Octal | 241 | 335 | 270 | 33 | 0 | 21 | 15 | 217 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10111000 | 11011 | 0 | 10001 | 1101 | 10001111 | 101111 | 1001011 |
Color Harmonies of #A1DDB8
Complementary color
Monochromatic Colors of #A1DDB8
Black with #A1DDB8
Text Example
Text Example
White with #A1DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDB8; }
p { color: rgb(161,221,184); }
H1.HeaderClassName
{
color: #A1DDB8;
}
.AnyTagClassName
{
color: #A1DDB8;
}
</style>
background-color css
<style>
a { background-color: #A1DDB8; }
a { background-color: rgb(161,221,184); }
div.DivClassName
{
background-color: #A1DDB8;
}
.BgClassName
{
background-color: #A1DDB8;
}
</style>
border-color css
<style>
span { border-color: #A1DDB8; }
span { border-color: rgb(161,221,184); }
td.TdClassName
{
border-color: #A1DDB8;
}
.TagClassName
{
border-color: #A1DDB8;
}
</style>