Shades of Vista Blue #A5E0C0
Tints of Vista Blue #A5E0C0
RGB
CMYK
RGB Variations
Color information
#A5E0C0 (or 0xA5E0C0) is known color: Vista Blue. HEX triplet: A5, E0 and C0. RGB value is (165,224,192). Sum of RGB (Red+Green+Blue) = 165+224+192=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0C0 is #5A1F3F. Grayscale: #CACACA. Windows color (decimal): -5906240 or 12640421. OLE color: 12640421.
HSL color Cylindrical-coordinate representation of color #A5E0C0: hue angle of 147.46º 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 #A5E0C0 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 192 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.12 |
| HSL | 147.46º | 0.49% | 0.76% | - |
| HSV(B) | 147.46º | 0.26% | 0.88% | - |
| XYZ | 51.69 | 65.12 | 59.71 | - |
| YUV | 202.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 192 | 0.26 | 0 | 0.14 | 0.12 | 147.46 | 0.49 | 0.76 |
| Hex | A5 | E0 | C0 | 1A | 0 | E | C | 93 | 31 | 4C |
| Octal | 245 | 340 | 300 | 32 | 0 | 16 | 14 | 223 | 61 | 114 |
| Binary | 10100101 | 11100000 | 11000000 | 11010 | 0 | 1110 | 1100 | 10010011 | 110001 | 1001100 |
Color Harmonies of #A5E0C0
Complementary color
Monochromatic Colors of #A5E0C0
Black with #A5E0C0
Text Example
Text Example
White with #A5E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E0C0; }
p { color: rgb(165,224,192); }
H1.HeaderClassName
{
color: #A5E0C0;
}
.AnyTagClassName
{
color: #A5E0C0;
}
</style>
background-color css
<style>
a { background-color: #A5E0C0; }
a { background-color: rgb(165,224,192); }
div.DivClassName
{
background-color: #A5E0C0;
}
.BgClassName
{
background-color: #A5E0C0;
}
</style>
border-color css
<style>
span { border-color: #A5E0C0; }
span { border-color: rgb(165,224,192); }
td.TdClassName
{
border-color: #A5E0C0;
}
.TagClassName
{
border-color: #A5E0C0;
}
</style>