Shades of Vista Blue #A3DDB5
Tints of Vista Blue #A3DDB5
RGB
CMYK
RGB Variations
Color information
#A3DDB5 (or 0xA3DDB5) is known color: Vista Blue. HEX triplet: A3, DD and B5. RGB value is (163,221,181). Sum of RGB (Red+Green+Blue) = 163+221+181=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDB5 is #5C224A. Grayscale: #C7C7C7. Windows color (decimal): -6038091 or 11918755. OLE color: 11918755.
HSL color Cylindrical-coordinate representation of color #A3DDB5: hue angle of 138.62º 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 #A3DDB5 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 181 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.13 |
| HSL | 138.62º | 0.46% | 0.75% | - |
| HSV(B) | 138.62º | 0.26% | 0.87% | - |
| XYZ | 49.3 | 62.84 | 53.25 | - |
| YUV | 199.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 181 | 0.26 | 0 | 0.18 | 0.13 | 138.62 | 0.46 | 0.75 |
| Hex | A3 | DD | B5 | 1A | 0 | 12 | D | 8B | 2E | 4B |
| Octal | 243 | 335 | 265 | 32 | 0 | 22 | 15 | 213 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10110101 | 11010 | 0 | 10010 | 1101 | 10001011 | 101110 | 1001011 |
Color Harmonies of #A3DDB5
Complementary color
Monochromatic Colors of #A3DDB5
Black with #A3DDB5
Text Example
Text Example
White with #A3DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDB5; }
p { color: rgb(163,221,181); }
H1.HeaderClassName
{
color: #A3DDB5;
}
.AnyTagClassName
{
color: #A3DDB5;
}
</style>
background-color css
<style>
a { background-color: #A3DDB5; }
a { background-color: rgb(163,221,181); }
div.DivClassName
{
background-color: #A3DDB5;
}
.BgClassName
{
background-color: #A3DDB5;
}
</style>
border-color css
<style>
span { border-color: #A3DDB5; }
span { border-color: rgb(163,221,181); }
td.TdClassName
{
border-color: #A3DDB5;
}
.TagClassName
{
border-color: #A3DDB5;
}
</style>