Shades of Vista Blue #A5D7B9
Tints of Vista Blue #A5D7B9
RGB
CMYK
RGB Variations
Color information
#A5D7B9 (or 0xA5D7B9) is known color: Vista Blue. HEX triplet: A5, D7 and B9. RGB value is (165,215,185). Sum of RGB (Red+Green+Blue) = 165+215+185=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7B9 is #5A2846. Grayscale: #C4C4C4. Windows color (decimal): -5908551 or 12179365. OLE color: 12179365.
HSL color Cylindrical-coordinate representation of color #A5D7B9: hue angle of 144º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7B9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 185 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.16 |
| HSL | 144º | 0.38% | 0.75% | - |
| HSV(B) | 144º | 0.23% | 0.84% | - |
| XYZ | 48.57 | 60.1 | 54.94 | - |
| YUV | 196.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 185 | 0.23 | 0 | 0.14 | 0.16 | 144 | 0.38 | 0.75 |
| Hex | A5 | D7 | B9 | 17 | 0 | E | 10 | 90 | 26 | 4B |
| Octal | 245 | 327 | 271 | 27 | 0 | 16 | 20 | 220 | 46 | 113 |
| Binary | 10100101 | 11010111 | 10111001 | 10111 | 0 | 1110 | 10000 | 10010000 | 100110 | 1001011 |
Color Harmonies of #A5D7B9
Complementary color
Monochromatic Colors of #A5D7B9
Black with #A5D7B9
Text Example
Text Example
White with #A5D7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7B9; }
p { color: rgb(165,215,185); }
H1.HeaderClassName
{
color: #A5D7B9;
}
.AnyTagClassName
{
color: #A5D7B9;
}
</style>
background-color css
<style>
a { background-color: #A5D7B9; }
a { background-color: rgb(165,215,185); }
div.DivClassName
{
background-color: #A5D7B9;
}
.BgClassName
{
background-color: #A5D7B9;
}
</style>
border-color css
<style>
span { border-color: #A5D7B9; }
span { border-color: rgb(165,215,185); }
td.TdClassName
{
border-color: #A5D7B9;
}
.TagClassName
{
border-color: #A5D7B9;
}
</style>