Shades of Vista Blue #A4D7C0
Tints of Vista Blue #A4D7C0
RGB
CMYK
RGB Variations
Color information
#A4D7C0 (or 0xA4D7C0) is known color: Vista Blue. HEX triplet: A4, D7 and C0. RGB value is (164,215,192). Sum of RGB (Red+Green+Blue) = 164+215+192=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7C0 is #5B283F. Grayscale: #C5C5C5. Windows color (decimal): -5974080 or 12638116. OLE color: 12638116.
HSL color Cylindrical-coordinate representation of color #A4D7C0: hue angle of 152.94º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D7C0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 192 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.16 |
| HSL | 152.94º | 0.39% | 0.74% | - |
| HSV(B) | 152.94º | 0.24% | 0.84% | - |
| XYZ | 49.12 | 60.3 | 58.92 | - |
| YUV | 197.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 192 | 0.24 | 0 | 0.11 | 0.16 | 152.94 | 0.39 | 0.74 |
| Hex | A4 | D7 | C0 | 18 | 0 | B | 10 | 99 | 27 | 4A |
| Octal | 244 | 327 | 300 | 30 | 0 | 13 | 20 | 231 | 47 | 112 |
| Binary | 10100100 | 11010111 | 11000000 | 11000 | 0 | 1011 | 10000 | 10011001 | 100111 | 1001010 |
Color Harmonies of #A4D7C0
Complementary color
Monochromatic Colors of #A4D7C0
Black with #A4D7C0
Text Example
Text Example
White with #A4D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D7C0; }
p { color: rgb(164,215,192); }
H1.HeaderClassName
{
color: #A4D7C0;
}
.AnyTagClassName
{
color: #A4D7C0;
}
</style>
background-color css
<style>
a { background-color: #A4D7C0; }
a { background-color: rgb(164,215,192); }
div.DivClassName
{
background-color: #A4D7C0;
}
.BgClassName
{
background-color: #A4D7C0;
}
</style>
border-color css
<style>
span { border-color: #A4D7C0; }
span { border-color: rgb(164,215,192); }
td.TdClassName
{
border-color: #A4D7C0;
}
.TagClassName
{
border-color: #A4D7C0;
}
</style>