Shades of Vista Blue #A5D7BE
Tints of Vista Blue #A5D7BE
RGB
CMYK
RGB Variations
Color information
#A5D7BE (or 0xA5D7BE) is known color: Vista Blue. HEX triplet: A5, D7 and BE. RGB value is (165,215,190). Sum of RGB (Red+Green+Blue) = 165+215+190=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7BE is #5A2841. Grayscale: #C5C5C5. Windows color (decimal): -5908546 or 12507045. OLE color: 12507045.
HSL color Cylindrical-coordinate representation of color #A5D7BE: hue angle of 150º 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 #A5D7BE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 190 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.16 |
| HSL | 150º | 0.38% | 0.75% | - |
| HSV(B) | 150º | 0.23% | 0.84% | - |
| XYZ | 49.11 | 60.32 | 57.77 | - |
| YUV | 197.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 190 | 0.23 | 0 | 0.12 | 0.16 | 150 | 0.38 | 0.75 |
| Hex | A5 | D7 | BE | 17 | 0 | C | 10 | 96 | 26 | 4B |
| Octal | 245 | 327 | 276 | 27 | 0 | 14 | 20 | 226 | 46 | 113 |
| Binary | 10100101 | 11010111 | 10111110 | 10111 | 0 | 1100 | 10000 | 10010110 | 100110 | 1001011 |
Color Harmonies of #A5D7BE
Complementary color
Monochromatic Colors of #A5D7BE
Black with #A5D7BE
Text Example
Text Example
White with #A5D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7BE; }
p { color: rgb(165,215,190); }
H1.HeaderClassName
{
color: #A5D7BE;
}
.AnyTagClassName
{
color: #A5D7BE;
}
</style>
background-color css
<style>
a { background-color: #A5D7BE; }
a { background-color: rgb(165,215,190); }
div.DivClassName
{
background-color: #A5D7BE;
}
.BgClassName
{
background-color: #A5D7BE;
}
</style>
border-color css
<style>
span { border-color: #A5D7BE; }
span { border-color: rgb(165,215,190); }
td.TdClassName
{
border-color: #A5D7BE;
}
.TagClassName
{
border-color: #A5D7BE;
}
</style>