Shades of Vista Blue #A5DABD
Tints of Vista Blue #A5DABD
RGB
CMYK
RGB Variations
Color information
#A5DABD (or 0xA5DABD) is known color: Vista Blue. HEX triplet: A5, DA and BD. RGB value is (165,218,189). Sum of RGB (Red+Green+Blue) = 165+218+189=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DABD is #5A2542. Grayscale: #C6C6C6. Windows color (decimal): -5907779 or 12442277. OLE color: 12442277.
HSL color Cylindrical-coordinate representation of color #A5DABD: hue angle of 147.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DABD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 189 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.15 |
| HSL | 147.17º | 0.42% | 0.75% | - |
| HSV(B) | 147.17º | 0.24% | 0.85% | - |
| XYZ | 49.77 | 61.82 | 57.45 | - |
| YUV | 198.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 189 | 0.24 | 0 | 0.13 | 0.15 | 147.17 | 0.42 | 0.75 |
| Hex | A5 | DA | BD | 18 | 0 | D | F | 93 | 2A | 4B |
| Octal | 245 | 332 | 275 | 30 | 0 | 15 | 17 | 223 | 52 | 113 |
| Binary | 10100101 | 11011010 | 10111101 | 11000 | 0 | 1101 | 1111 | 10010011 | 101010 | 1001011 |
Color Harmonies of #A5DABD
Complementary color
Monochromatic Colors of #A5DABD
Black with #A5DABD
Text Example
Text Example
White with #A5DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DABD; }
p { color: rgb(165,218,189); }
H1.HeaderClassName
{
color: #A5DABD;
}
.AnyTagClassName
{
color: #A5DABD;
}
</style>
background-color css
<style>
a { background-color: #A5DABD; }
a { background-color: rgb(165,218,189); }
div.DivClassName
{
background-color: #A5DABD;
}
.BgClassName
{
background-color: #A5DABD;
}
</style>
border-color css
<style>
span { border-color: #A5DABD; }
span { border-color: rgb(165,218,189); }
td.TdClassName
{
border-color: #A5DABD;
}
.TagClassName
{
border-color: #A5DABD;
}
</style>