Shades of Vista Blue #A5E0BB
Tints of Vista Blue #A5E0BB
RGB
CMYK
RGB Variations
Color information
#A5E0BB (or 0xA5E0BB) is known color: Vista Blue. HEX triplet: A5, E0 and BB. RGB value is (165,224,187). Sum of RGB (Red+Green+Blue) = 165+224+187=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0BB is #5A1F44. Grayscale: #CACACA. Windows color (decimal): -5906245 or 12312741. OLE color: 12312741.
HSL color Cylindrical-coordinate representation of color #A5E0BB: hue angle of 142.37º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0BB is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 187 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.12 |
| HSL | 142.37º | 0.49% | 0.76% | - |
| HSV(B) | 142.37º | 0.26% | 0.88% | - |
| XYZ | 51.14 | 64.9 | 56.84 | - |
| YUV | 202.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 187 | 0.26 | 0 | 0.17 | 0.12 | 142.37 | 0.49 | 0.76 |
| Hex | A5 | E0 | BB | 1A | 0 | 11 | C | 8E | 31 | 4C |
| Octal | 245 | 340 | 273 | 32 | 0 | 21 | 14 | 216 | 61 | 114 |
| Binary | 10100101 | 11100000 | 10111011 | 11010 | 0 | 10001 | 1100 | 10001110 | 110001 | 1001100 |
Color Harmonies of #A5E0BB
Complementary color
Monochromatic Colors of #A5E0BB
Black with #A5E0BB
Text Example
Text Example
White with #A5E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E0BB; }
p { color: rgb(165,224,187); }
H1.HeaderClassName
{
color: #A5E0BB;
}
.AnyTagClassName
{
color: #A5E0BB;
}
</style>
background-color css
<style>
a { background-color: #A5E0BB; }
a { background-color: rgb(165,224,187); }
div.DivClassName
{
background-color: #A5E0BB;
}
.BgClassName
{
background-color: #A5E0BB;
}
</style>
border-color css
<style>
span { border-color: #A5E0BB; }
span { border-color: rgb(165,224,187); }
td.TdClassName
{
border-color: #A5E0BB;
}
.TagClassName
{
border-color: #A5E0BB;
}
</style>