Shades of Vista Blue #A5DCBA
Tints of Vista Blue #A5DCBA
RGB
CMYK
RGB Variations
Color information
#A5DCBA (or 0xA5DCBA) is known color: Vista Blue. HEX triplet: A5, DC and BA. RGB value is (165,220,186). Sum of RGB (Red+Green+Blue) = 165+220+186=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCBA is #5A2345. Grayscale: #C7C7C7. Windows color (decimal): -5907270 or 12246181. OLE color: 12246181.
HSL color Cylindrical-coordinate representation of color #A5DCBA: hue angle of 142.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCBA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 186 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.14 |
| HSL | 142.91º | 0.44% | 0.75% | - |
| HSV(B) | 142.91º | 0.25% | 0.86% | - |
| XYZ | 49.97 | 62.73 | 55.93 | - |
| YUV | 199.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 186 | 0.25 | 0 | 0.15 | 0.14 | 142.91 | 0.44 | 0.75 |
| Hex | A5 | DC | BA | 19 | 0 | F | E | 8F | 2C | 4B |
| Octal | 245 | 334 | 272 | 31 | 0 | 17 | 16 | 217 | 54 | 113 |
| Binary | 10100101 | 11011100 | 10111010 | 11001 | 0 | 1111 | 1110 | 10001111 | 101100 | 1001011 |
Color Harmonies of #A5DCBA
Complementary color
Monochromatic Colors of #A5DCBA
Black with #A5DCBA
Text Example
Text Example
White with #A5DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCBA; }
p { color: rgb(165,220,186); }
H1.HeaderClassName
{
color: #A5DCBA;
}
.AnyTagClassName
{
color: #A5DCBA;
}
</style>
background-color css
<style>
a { background-color: #A5DCBA; }
a { background-color: rgb(165,220,186); }
div.DivClassName
{
background-color: #A5DCBA;
}
.BgClassName
{
background-color: #A5DCBA;
}
</style>
border-color css
<style>
span { border-color: #A5DCBA; }
span { border-color: rgb(165,220,186); }
td.TdClassName
{
border-color: #A5DCBA;
}
.TagClassName
{
border-color: #A5DCBA;
}
</style>