Shades of Vista Blue #A9D8C1
Tints of Vista Blue #A9D8C1
RGB
CMYK
RGB Variations
Color information
#A9D8C1 (or 0xA9D8C1) is known color: Vista Blue. HEX triplet: A9, D8 and C1. RGB value is (169,216,193). Sum of RGB (Red+Green+Blue) = 169+216+193=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8C1 is #56273E. Grayscale: #C7C7C7. Windows color (decimal): -5646143 or 12703913. OLE color: 12703913.
HSL color Cylindrical-coordinate representation of color #A9D8C1: hue angle of 150.64º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8C1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 193 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.15 |
| HSL | 150.64º | 0.38% | 0.75% | - |
| HSV(B) | 150.64º | 0.22% | 0.85% | - |
| XYZ | 50.54 | 61.4 | 59.64 | - |
| YUV | 199.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 193 | 0.22 | 0 | 0.11 | 0.15 | 150.64 | 0.38 | 0.75 |
| Hex | A9 | D8 | C1 | 16 | 0 | B | F | 97 | 26 | 4B |
| Octal | 251 | 330 | 301 | 26 | 0 | 13 | 17 | 227 | 46 | 113 |
| Binary | 10101001 | 11011000 | 11000001 | 10110 | 0 | 1011 | 1111 | 10010111 | 100110 | 1001011 |
Color Harmonies of #A9D8C1
Complementary color
Monochromatic Colors of #A9D8C1
Black with #A9D8C1
Text Example
Text Example
White with #A9D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8C1; }
p { color: rgb(169,216,193); }
H1.HeaderClassName
{
color: #A9D8C1;
}
.AnyTagClassName
{
color: #A9D8C1;
}
</style>
background-color css
<style>
a { background-color: #A9D8C1; }
a { background-color: rgb(169,216,193); }
div.DivClassName
{
background-color: #A9D8C1;
}
.BgClassName
{
background-color: #A9D8C1;
}
</style>
border-color css
<style>
span { border-color: #A9D8C1; }
span { border-color: rgb(169,216,193); }
td.TdClassName
{
border-color: #A9D8C1;
}
.TagClassName
{
border-color: #A9D8C1;
}
</style>