Shades of Vista Blue #A9DCC1
Tints of Vista Blue #A9DCC1
RGB
CMYK
RGB Variations
Color information
#A9DCC1 (or 0xA9DCC1) is known color: Vista Blue. HEX triplet: A9, DC and C1. RGB value is (169,220,193). Sum of RGB (Red+Green+Blue) = 169+220+193=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC1 is #56233E. Grayscale: #C9C9C9. Windows color (decimal): -5645119 or 12704937. OLE color: 12704937.
HSL color Cylindrical-coordinate representation of color #A9DCC1: hue angle of 148.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC1 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 193 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.14 |
| HSL | 148.24º | 0.42% | 0.76% | - |
| HSV(B) | 148.24º | 0.23% | 0.86% | - |
| XYZ | 51.58 | 63.47 | 59.98 | - |
| YUV | 201.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 193 | 0.23 | 0 | 0.12 | 0.14 | 148.24 | 0.42 | 0.76 |
| Hex | A9 | DC | C1 | 17 | 0 | C | E | 94 | 2A | 4C |
| Octal | 251 | 334 | 301 | 27 | 0 | 14 | 16 | 224 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11000001 | 10111 | 0 | 1100 | 1110 | 10010100 | 101010 | 1001100 |
Color Harmonies of #A9DCC1
Complementary color
Monochromatic Colors of #A9DCC1
Black with #A9DCC1
Text Example
Text Example
White with #A9DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCC1; }
p { color: rgb(169,220,193); }
H1.HeaderClassName
{
color: #A9DCC1;
}
.AnyTagClassName
{
color: #A9DCC1;
}
</style>
background-color css
<style>
a { background-color: #A9DCC1; }
a { background-color: rgb(169,220,193); }
div.DivClassName
{
background-color: #A9DCC1;
}
.BgClassName
{
background-color: #A9DCC1;
}
</style>
border-color css
<style>
span { border-color: #A9DCC1; }
span { border-color: rgb(169,220,193); }
td.TdClassName
{
border-color: #A9DCC1;
}
.TagClassName
{
border-color: #A9DCC1;
}
</style>