Shades of Vista Blue #A3DDBB
Tints of Vista Blue #A3DDBB
RGB
CMYK
RGB Variations
Color information
#A3DDBB (or 0xA3DDBB) is known color: Vista Blue. HEX triplet: A3, DD and BB. RGB value is (163,221,187). Sum of RGB (Red+Green+Blue) = 163+221+187=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDBB is #5C2244. Grayscale: #C7C7C7. Windows color (decimal): -6038085 or 12311971. OLE color: 12311971.
HSL color Cylindrical-coordinate representation of color #A3DDBB: hue angle of 144.83º 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 #A3DDBB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 187 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.13 |
| HSL | 144.83º | 0.46% | 0.75% | - |
| HSV(B) | 144.83º | 0.26% | 0.87% | - |
| XYZ | 49.93 | 63.09 | 56.56 | - |
| YUV | 199.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 187 | 0.26 | 0 | 0.15 | 0.13 | 144.83 | 0.46 | 0.75 |
| Hex | A3 | DD | BB | 1A | 0 | F | D | 91 | 2E | 4B |
| Octal | 243 | 335 | 273 | 32 | 0 | 17 | 15 | 221 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10111011 | 11010 | 0 | 1111 | 1101 | 10010001 | 101110 | 1001011 |
Color Harmonies of #A3DDBB
Complementary color
Monochromatic Colors of #A3DDBB
Black with #A3DDBB
Text Example
Text Example
White with #A3DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDBB; }
p { color: rgb(163,221,187); }
H1.HeaderClassName
{
color: #A3DDBB;
}
.AnyTagClassName
{
color: #A3DDBB;
}
</style>
background-color css
<style>
a { background-color: #A3DDBB; }
a { background-color: rgb(163,221,187); }
div.DivClassName
{
background-color: #A3DDBB;
}
.BgClassName
{
background-color: #A3DDBB;
}
</style>
border-color css
<style>
span { border-color: #A3DDBB; }
span { border-color: rgb(163,221,187); }
td.TdClassName
{
border-color: #A3DDBB;
}
.TagClassName
{
border-color: #A3DDBB;
}
</style>