Shades of Vista Blue #A3DBBA
Tints of Vista Blue #A3DBBA
RGB
CMYK
RGB Variations
Color information
#A3DBBA (or 0xA3DBBA) is known color: Vista Blue. HEX triplet: A3, DB and BA. RGB value is (163,219,186). Sum of RGB (Red+Green+Blue) = 163+219+186=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBBA is #5C2445. Grayscale: #C6C6C6. Windows color (decimal): -6038598 or 12245923. OLE color: 12245923.
HSL color Cylindrical-coordinate representation of color #A3DBBA: hue angle of 144.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBBA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 186 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.14 |
| HSL | 144.64º | 0.44% | 0.75% | - |
| HSV(B) | 144.64º | 0.26% | 0.86% | - |
| XYZ | 49.3 | 61.99 | 55.82 | - |
| YUV | 198.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 186 | 0.26 | 0 | 0.15 | 0.14 | 144.64 | 0.44 | 0.75 |
| Hex | A3 | DB | BA | 1A | 0 | F | E | 91 | 2C | 4B |
| Octal | 243 | 333 | 272 | 32 | 0 | 17 | 16 | 221 | 54 | 113 |
| Binary | 10100011 | 11011011 | 10111010 | 11010 | 0 | 1111 | 1110 | 10010001 | 101100 | 1001011 |
Color Harmonies of #A3DBBA
Complementary color
Monochromatic Colors of #A3DBBA
Black with #A3DBBA
Text Example
Text Example
White with #A3DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBBA; }
p { color: rgb(163,219,186); }
H1.HeaderClassName
{
color: #A3DBBA;
}
.AnyTagClassName
{
color: #A3DBBA;
}
</style>
background-color css
<style>
a { background-color: #A3DBBA; }
a { background-color: rgb(163,219,186); }
div.DivClassName
{
background-color: #A3DBBA;
}
.BgClassName
{
background-color: #A3DBBA;
}
</style>
border-color css
<style>
span { border-color: #A3DBBA; }
span { border-color: rgb(163,219,186); }
td.TdClassName
{
border-color: #A3DBBA;
}
.TagClassName
{
border-color: #A3DBBA;
}
</style>