Shades of Vista Blue #A8DAC0
Tints of Vista Blue #A8DAC0
RGB
CMYK
RGB Variations
Color information
#A8DAC0 (or 0xA8DAC0) is known color: Vista Blue. HEX triplet: A8, DA and C0. RGB value is (168,218,192). Sum of RGB (Red+Green+Blue) = 168+218+192=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC0 is #57253F. Grayscale: #C8C8C8. Windows color (decimal): -5711168 or 12638888. OLE color: 12638888.
HSL color Cylindrical-coordinate representation of color #A8DAC0: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAC0 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 192 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.15 |
| HSL | 148.8º | 0.4% | 0.76% | - |
| HSV(B) | 148.8º | 0.23% | 0.85% | - |
| XYZ | 50.73 | 62.27 | 59.22 | - |
| YUV | 200.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 192 | 0.23 | 0 | 0.12 | 0.15 | 148.8 | 0.4 | 0.76 |
| Hex | A8 | DA | C0 | 17 | 0 | C | F | 95 | 28 | 4C |
| Octal | 250 | 332 | 300 | 27 | 0 | 14 | 17 | 225 | 50 | 114 |
| Binary | 10101000 | 11011010 | 11000000 | 10111 | 0 | 1100 | 1111 | 10010101 | 101000 | 1001100 |
Color Harmonies of #A8DAC0
Complementary color
Monochromatic Colors of #A8DAC0
Black with #A8DAC0
Text Example
Text Example
White with #A8DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAC0; }
p { color: rgb(168,218,192); }
H1.HeaderClassName
{
color: #A8DAC0;
}
.AnyTagClassName
{
color: #A8DAC0;
}
</style>
background-color css
<style>
a { background-color: #A8DAC0; }
a { background-color: rgb(168,218,192); }
div.DivClassName
{
background-color: #A8DAC0;
}
.BgClassName
{
background-color: #A8DAC0;
}
</style>
border-color css
<style>
span { border-color: #A8DAC0; }
span { border-color: rgb(168,218,192); }
td.TdClassName
{
border-color: #A8DAC0;
}
.TagClassName
{
border-color: #A8DAC0;
}
</style>