Shades of Vista Blue #A5E2BF
Tints of Vista Blue #A5E2BF
RGB
CMYK
RGB Variations
Color information
#A5E2BF (or 0xA5E2BF) is known color: Vista Blue. HEX triplet: A5, E2 and BF. RGB value is (165,226,191). Sum of RGB (Red+Green+Blue) = 165+226+191=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2BF is #5A1D40. Grayscale: #CBCBCB. Windows color (decimal): -5905729 or 12575397. OLE color: 12575397.
HSL color Cylindrical-coordinate representation of color #A5E2BF: hue angle of 145.57º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2BF is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 191 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.11 |
| HSL | 145.57º | 0.51% | 0.77% | - |
| HSV(B) | 145.57º | 0.27% | 0.89% | - |
| XYZ | 52.12 | 66.15 | 59.31 | - |
| YUV | 203.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 191 | 0.27 | 0 | 0.15 | 0.11 | 145.57 | 0.51 | 0.77 |
| Hex | A5 | E2 | BF | 1B | 0 | F | B | 92 | 33 | 4D |
| Octal | 245 | 342 | 277 | 33 | 0 | 17 | 13 | 222 | 63 | 115 |
| Binary | 10100101 | 11100010 | 10111111 | 11011 | 0 | 1111 | 1011 | 10010010 | 110011 | 1001101 |
Color Harmonies of #A5E2BF
Complementary color
Monochromatic Colors of #A5E2BF
Black with #A5E2BF
Text Example
Text Example
White with #A5E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E2BF; }
p { color: rgb(165,226,191); }
H1.HeaderClassName
{
color: #A5E2BF;
}
.AnyTagClassName
{
color: #A5E2BF;
}
</style>
background-color css
<style>
a { background-color: #A5E2BF; }
a { background-color: rgb(165,226,191); }
div.DivClassName
{
background-color: #A5E2BF;
}
.BgClassName
{
background-color: #A5E2BF;
}
</style>
border-color css
<style>
span { border-color: #A5E2BF; }
span { border-color: rgb(165,226,191); }
td.TdClassName
{
border-color: #A5E2BF;
}
.TagClassName
{
border-color: #A5E2BF;
}
</style>