Shades of Vista Blue #A4D3B5
Tints of Vista Blue #A4D3B5
RGB
CMYK
RGB Variations
Color information
#A4D3B5 (or 0xA4D3B5) is known color: Vista Blue. HEX triplet: A4, D3 and B5. RGB value is (164,211,181). Sum of RGB (Red+Green+Blue) = 164+211+181=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3B5 is #5B2C4A. Grayscale: #C1C1C1. Windows color (decimal): -5975115 or 11916196. OLE color: 11916196.
HSL color Cylindrical-coordinate representation of color #A4D3B5: hue angle of 141.7º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D3B5 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 181 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.17 |
| HSL | 141.7º | 0.35% | 0.74% | - |
| HSV(B) | 141.7º | 0.22% | 0.83% | - |
| XYZ | 46.94 | 57.82 | 52.4 | - |
| YUV | 193.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 181 | 0.22 | 0 | 0.14 | 0.17 | 141.7 | 0.35 | 0.74 |
| Hex | A4 | D3 | B5 | 16 | 0 | E | 11 | 8E | 23 | 4A |
| Octal | 244 | 323 | 265 | 26 | 0 | 16 | 21 | 216 | 43 | 112 |
| Binary | 10100100 | 11010011 | 10110101 | 10110 | 0 | 1110 | 10001 | 10001110 | 100011 | 1001010 |
Color Harmonies of #A4D3B5
Complementary color
Monochromatic Colors of #A4D3B5
Black with #A4D3B5
Text Example
Text Example
White with #A4D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D3B5; }
p { color: rgb(164,211,181); }
H1.HeaderClassName
{
color: #A4D3B5;
}
.AnyTagClassName
{
color: #A4D3B5;
}
</style>
background-color css
<style>
a { background-color: #A4D3B5; }
a { background-color: rgb(164,211,181); }
div.DivClassName
{
background-color: #A4D3B5;
}
.BgClassName
{
background-color: #A4D3B5;
}
</style>
border-color css
<style>
span { border-color: #A4D3B5; }
span { border-color: rgb(164,211,181); }
td.TdClassName
{
border-color: #A4D3B5;
}
.TagClassName
{
border-color: #A4D3B5;
}
</style>