Shades of Vista Blue #A4CDB4
Tints of Vista Blue #A4CDB4
RGB
CMYK
RGB Variations
Color information
#A4CDB4 (or 0xA4CDB4) is known color: Vista Blue. HEX triplet: A4, CD and B4. RGB value is (164,205,180). Sum of RGB (Red+Green+Blue) = 164+205+180=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDB4 is #5B324B. Grayscale: #BDBDBD. Windows color (decimal): -5976652 or 11849124. OLE color: 11849124.
HSL color Cylindrical-coordinate representation of color #A4CDB4: hue angle of 143.41º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDB4 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 205 | 180 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.20 |
| HSL | 143.41º | 0.29% | 0.72% | - |
| HSV(B) | 143.41º | 0.2% | 0.8% | - |
| XYZ | 45.38 | 54.85 | 51.38 | - |
| YUV | 189.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 180 | 0.2 | 0 | 0.12 | 0.20 | 143.41 | 0.29 | 0.72 |
| Hex | A4 | CD | B4 | 14 | 0 | C | 14 | 8F | 1D | 48 |
| Octal | 244 | 315 | 264 | 24 | 0 | 14 | 24 | 217 | 35 | 110 |
| Binary | 10100100 | 11001101 | 10110100 | 10100 | 0 | 1100 | 10100 | 10001111 | 11101 | 1001000 |
Color Harmonies of #A4CDB4
Complementary color
Monochromatic Colors of #A4CDB4
Black with #A4CDB4
Text Example
Text Example
White with #A4CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDB4; }
p { color: rgb(164,205,180); }
H1.HeaderClassName
{
color: #A4CDB4;
}
.AnyTagClassName
{
color: #A4CDB4;
}
</style>
background-color css
<style>
a { background-color: #A4CDB4; }
a { background-color: rgb(164,205,180); }
div.DivClassName
{
background-color: #A4CDB4;
}
.BgClassName
{
background-color: #A4CDB4;
}
</style>
border-color css
<style>
span { border-color: #A4CDB4; }
span { border-color: rgb(164,205,180); }
td.TdClassName
{
border-color: #A4CDB4;
}
.TagClassName
{
border-color: #A4CDB4;
}
</style>