Shades of Vista Blue #A5D6BA
Tints of Vista Blue #A5D6BA
RGB
CMYK
RGB Variations
Color information
#A5D6BA (or 0xA5D6BA) is known color: Vista Blue. HEX triplet: A5, D6 and BA. RGB value is (165,214,186). Sum of RGB (Red+Green+Blue) = 165+214+186=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6BA is #5A2945. Grayscale: #C4C4C4. Windows color (decimal): -5908806 or 12244645. OLE color: 12244645.
HSL color Cylindrical-coordinate representation of color #A5D6BA: hue angle of 145.71º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6BA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 186 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.16 |
| HSL | 145.71º | 0.37% | 0.74% | - |
| HSV(B) | 145.71º | 0.23% | 0.84% | - |
| XYZ | 48.43 | 59.64 | 55.41 | - |
| YUV | 196.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 186 | 0.23 | 0 | 0.13 | 0.16 | 145.71 | 0.37 | 0.74 |
| Hex | A5 | D6 | BA | 17 | 0 | D | 10 | 92 | 25 | 4A |
| Octal | 245 | 326 | 272 | 27 | 0 | 15 | 20 | 222 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10111010 | 10111 | 0 | 1101 | 10000 | 10010010 | 100101 | 1001010 |
Color Harmonies of #A5D6BA
Complementary color
Monochromatic Colors of #A5D6BA
Black with #A5D6BA
Text Example
Text Example
White with #A5D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6BA; }
p { color: rgb(165,214,186); }
H1.HeaderClassName
{
color: #A5D6BA;
}
.AnyTagClassName
{
color: #A5D6BA;
}
</style>
background-color css
<style>
a { background-color: #A5D6BA; }
a { background-color: rgb(165,214,186); }
div.DivClassName
{
background-color: #A5D6BA;
}
.BgClassName
{
background-color: #A5D6BA;
}
</style>
border-color css
<style>
span { border-color: #A5D6BA; }
span { border-color: rgb(165,214,186); }
td.TdClassName
{
border-color: #A5D6BA;
}
.TagClassName
{
border-color: #A5D6BA;
}
</style>