Shades of Vista Blue #A3DBC1
Tints of Vista Blue #A3DBC1
RGB
CMYK
RGB Variations
Color information
#A3DBC1 (or 0xA3DBC1) is known color: Vista Blue. HEX triplet: A3, DB and C1. RGB value is (163,219,193). Sum of RGB (Red+Green+Blue) = 163+219+193=575 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.35% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBC1 is #5C243E. Grayscale: #C7C7C7. Windows color (decimal): -6038591 or 12704675. OLE color: 12704675.
HSL color Cylindrical-coordinate representation of color #A3DBC1: hue angle of 152.14º 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 #A3DBC1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 193 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.14 |
| HSL | 152.14º | 0.44% | 0.75% | - |
| HSV(B) | 152.14º | 0.26% | 0.86% | - |
| XYZ | 50.06 | 62.3 | 59.84 | - |
| YUV | 199.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 193 | 0.26 | 0 | 0.12 | 0.14 | 152.14 | 0.44 | 0.75 |
| Hex | A3 | DB | C1 | 1A | 0 | C | E | 98 | 2C | 4B |
| Octal | 243 | 333 | 301 | 32 | 0 | 14 | 16 | 230 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11000001 | 11010 | 0 | 1100 | 1110 | 10011000 | 101100 | 1001011 |
Color Harmonies of #A3DBC1
Complementary color
Monochromatic Colors of #A3DBC1
Black with #A3DBC1
Text Example
Text Example
White with #A3DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBC1; }
p { color: rgb(163,219,193); }
H1.HeaderClassName
{
color: #A3DBC1;
}
.AnyTagClassName
{
color: #A3DBC1;
}
</style>
background-color css
<style>
a { background-color: #A3DBC1; }
a { background-color: rgb(163,219,193); }
div.DivClassName
{
background-color: #A3DBC1;
}
.BgClassName
{
background-color: #A3DBC1;
}
</style>
border-color css
<style>
span { border-color: #A3DBC1; }
span { border-color: rgb(163,219,193); }
td.TdClassName
{
border-color: #A3DBC1;
}
.TagClassName
{
border-color: #A3DBC1;
}
</style>