Shades of Vista Blue #A5DAC0
Tints of Vista Blue #A5DAC0
RGB
CMYK
RGB Variations
Color information
#A5DAC0 (or 0xA5DAC0) is known color: Vista Blue. HEX triplet: A5, DA and C0. RGB value is (165,218,192). Sum of RGB (Red+Green+Blue) = 165+218+192=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAC0 is #5A253F. Grayscale: #C7C7C7. Windows color (decimal): -5907776 or 12638885. OLE color: 12638885.
HSL color Cylindrical-coordinate representation of color #A5DAC0: hue angle of 150.57º degrees, saturation: 0.42, 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 #A5DAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 192 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.15 |
| HSL | 150.57º | 0.42% | 0.75% | - |
| HSV(B) | 150.57º | 0.24% | 0.85% | - |
| XYZ | 50.1 | 61.95 | 59.19 | - |
| YUV | 199.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 192 | 0.24 | 0 | 0.12 | 0.15 | 150.57 | 0.42 | 0.75 |
| Hex | A5 | DA | C0 | 18 | 0 | C | F | 97 | 2A | 4B |
| Octal | 245 | 332 | 300 | 30 | 0 | 14 | 17 | 227 | 52 | 113 |
| Binary | 10100101 | 11011010 | 11000000 | 11000 | 0 | 1100 | 1111 | 10010111 | 101010 | 1001011 |
Color Harmonies of #A5DAC0
Complementary color
Monochromatic Colors of #A5DAC0
Black with #A5DAC0
Text Example
Text Example
White with #A5DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DAC0; }
p { color: rgb(165,218,192); }
H1.HeaderClassName
{
color: #A5DAC0;
}
.AnyTagClassName
{
color: #A5DAC0;
}
</style>
background-color css
<style>
a { background-color: #A5DAC0; }
a { background-color: rgb(165,218,192); }
div.DivClassName
{
background-color: #A5DAC0;
}
.BgClassName
{
background-color: #A5DAC0;
}
</style>
border-color css
<style>
span { border-color: #A5DAC0; }
span { border-color: rgb(165,218,192); }
td.TdClassName
{
border-color: #A5DAC0;
}
.TagClassName
{
border-color: #A5DAC0;
}
</style>