Shades of Vista Blue #A5D5B9
Tints of Vista Blue #A5D5B9
RGB
CMYK
RGB Variations
Color information
#A5D5B9 (or 0xA5D5B9) is known color: Vista Blue. HEX triplet: A5, D5 and B9. RGB value is (165,213,185). Sum of RGB (Red+Green+Blue) = 165+213+185=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5B9 is #5A2A46. Grayscale: #C3C3C3. Windows color (decimal): -5909063 or 12178853. OLE color: 12178853.
HSL color Cylindrical-coordinate representation of color #A5D5B9: hue angle of 145º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5B9 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 185 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.16 |
| HSL | 145º | 0.36% | 0.74% | - |
| HSV(B) | 145º | 0.23% | 0.84% | - |
| XYZ | 48.07 | 59.09 | 54.77 | - |
| YUV | 195.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 185 | 0.23 | 0 | 0.13 | 0.16 | 145 | 0.36 | 0.74 |
| Hex | A5 | D5 | B9 | 17 | 0 | D | 10 | 91 | 24 | 4A |
| Octal | 245 | 325 | 271 | 27 | 0 | 15 | 20 | 221 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10111001 | 10111 | 0 | 1101 | 10000 | 10010001 | 100100 | 1001010 |
Color Harmonies of #A5D5B9
Complementary color
Monochromatic Colors of #A5D5B9
Black with #A5D5B9
Text Example
Text Example
White with #A5D5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5B9; }
p { color: rgb(165,213,185); }
H1.HeaderClassName
{
color: #A5D5B9;
}
.AnyTagClassName
{
color: #A5D5B9;
}
</style>
background-color css
<style>
a { background-color: #A5D5B9; }
a { background-color: rgb(165,213,185); }
div.DivClassName
{
background-color: #A5D5B9;
}
.BgClassName
{
background-color: #A5D5B9;
}
</style>
border-color css
<style>
span { border-color: #A5D5B9; }
span { border-color: rgb(165,213,185); }
td.TdClassName
{
border-color: #A5D5B9;
}
.TagClassName
{
border-color: #A5D5B9;
}
</style>