Shades of Vista Blue #A3DDBC
Tints of Vista Blue #A3DDBC
RGB
CMYK
RGB Variations
Color information
#A3DDBC (or 0xA3DDBC) is known color: Vista Blue. HEX triplet: A3, DD and BC. RGB value is (163,221,188). Sum of RGB (Red+Green+Blue) = 163+221+188=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDBC is #5C2243. Grayscale: #C7C7C7. Windows color (decimal): -6038084 or 12377507. OLE color: 12377507.
HSL color Cylindrical-coordinate representation of color #A3DDBC: hue angle of 145.86º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDBC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 188 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.13 |
| HSL | 145.86º | 0.46% | 0.75% | - |
| HSV(B) | 145.86º | 0.26% | 0.87% | - |
| XYZ | 50.04 | 63.13 | 57.13 | - |
| YUV | 199.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 188 | 0.26 | 0 | 0.15 | 0.13 | 145.86 | 0.46 | 0.75 |
| Hex | A3 | DD | BC | 1A | 0 | F | D | 92 | 2E | 4B |
| Octal | 243 | 335 | 274 | 32 | 0 | 17 | 15 | 222 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10111100 | 11010 | 0 | 1111 | 1101 | 10010010 | 101110 | 1001011 |
Color Harmonies of #A3DDBC
Complementary color
Monochromatic Colors of #A3DDBC
Black with #A3DDBC
Text Example
Text Example
White with #A3DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDBC; }
p { color: rgb(163,221,188); }
H1.HeaderClassName
{
color: #A3DDBC;
}
.AnyTagClassName
{
color: #A3DDBC;
}
</style>
background-color css
<style>
a { background-color: #A3DDBC; }
a { background-color: rgb(163,221,188); }
div.DivClassName
{
background-color: #A3DDBC;
}
.BgClassName
{
background-color: #A3DDBC;
}
</style>
border-color css
<style>
span { border-color: #A3DDBC; }
span { border-color: rgb(163,221,188); }
td.TdClassName
{
border-color: #A3DDBC;
}
.TagClassName
{
border-color: #A3DDBC;
}
</style>