Shades of Vista Blue #A4D9C2
Tints of Vista Blue #A4D9C2
RGB
CMYK
RGB Variations
Color information
#A4D9C2 (or 0xA4D9C2) is known color: Vista Blue. HEX triplet: A4, D9 and C2. RGB value is (164,217,194). Sum of RGB (Red+Green+Blue) = 164+217+194=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D9C2 is #5B263D. Grayscale: #C6C6C6. Windows color (decimal): -5973566 or 12769700. OLE color: 12769700.
HSL color Cylindrical-coordinate representation of color #A4D9C2: hue angle of 153.96º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D9C2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 194 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.15 |
| HSL | 153.96º | 0.41% | 0.75% | - |
| HSV(B) | 153.96º | 0.24% | 0.85% | - |
| XYZ | 49.86 | 61.41 | 60.26 | - |
| YUV | 198.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 194 | 0.24 | 0 | 0.11 | 0.15 | 153.96 | 0.41 | 0.75 |
| Hex | A4 | D9 | C2 | 18 | 0 | B | F | 9A | 29 | 4B |
| Octal | 244 | 331 | 302 | 30 | 0 | 13 | 17 | 232 | 51 | 113 |
| Binary | 10100100 | 11011001 | 11000010 | 11000 | 0 | 1011 | 1111 | 10011010 | 101001 | 1001011 |
Color Harmonies of #A4D9C2
Complementary color
Monochromatic Colors of #A4D9C2
Black with #A4D9C2
Text Example
Text Example
White with #A4D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D9C2; }
p { color: rgb(164,217,194); }
H1.HeaderClassName
{
color: #A4D9C2;
}
.AnyTagClassName
{
color: #A4D9C2;
}
</style>
background-color css
<style>
a { background-color: #A4D9C2; }
a { background-color: rgb(164,217,194); }
div.DivClassName
{
background-color: #A4D9C2;
}
.BgClassName
{
background-color: #A4D9C2;
}
</style>
border-color css
<style>
span { border-color: #A4D9C2; }
span { border-color: rgb(164,217,194); }
td.TdClassName
{
border-color: #A4D9C2;
}
.TagClassName
{
border-color: #A4D9C2;
}
</style>