Shades of Vista Blue #A3DABE
Tints of Vista Blue #A3DABE
RGB
CMYK
RGB Variations
Color information
#A3DABE (or 0xA3DABE) is known color: Vista Blue. HEX triplet: A3, DA and BE. RGB value is (163,218,190). Sum of RGB (Red+Green+Blue) = 163+218+190=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DABE is #5C2541. Grayscale: #C6C6C6. Windows color (decimal): -6038850 or 12507811. OLE color: 12507811.
HSL color Cylindrical-coordinate representation of color #A3DABE: hue angle of 149.45º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DABE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 190 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.15 |
| HSL | 149.45º | 0.43% | 0.75% | - |
| HSV(B) | 149.45º | 0.25% | 0.85% | - |
| XYZ | 49.47 | 61.65 | 58.01 | - |
| YUV | 198.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 190 | 0.25 | 0 | 0.13 | 0.15 | 149.45 | 0.43 | 0.75 |
| Hex | A3 | DA | BE | 19 | 0 | D | F | 95 | 2B | 4B |
| Octal | 243 | 332 | 276 | 31 | 0 | 15 | 17 | 225 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10111110 | 11001 | 0 | 1101 | 1111 | 10010101 | 101011 | 1001011 |
Color Harmonies of #A3DABE
Complementary color
Monochromatic Colors of #A3DABE
Black with #A3DABE
Text Example
Text Example
White with #A3DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DABE; }
p { color: rgb(163,218,190); }
H1.HeaderClassName
{
color: #A3DABE;
}
.AnyTagClassName
{
color: #A3DABE;
}
</style>
background-color css
<style>
a { background-color: #A3DABE; }
a { background-color: rgb(163,218,190); }
div.DivClassName
{
background-color: #A3DABE;
}
.BgClassName
{
background-color: #A3DABE;
}
</style>
border-color css
<style>
span { border-color: #A3DABE; }
span { border-color: rgb(163,218,190); }
td.TdClassName
{
border-color: #A3DABE;
}
.TagClassName
{
border-color: #A3DABE;
}
</style>