Shades of Vista Blue #A4DCBE
Tints of Vista Blue #A4DCBE
RGB
CMYK
RGB Variations
Color information
#A4DCBE (or 0xA4DCBE) is known color: Vista Blue. HEX triplet: A4, DC and BE. RGB value is (164,220,190). Sum of RGB (Red+Green+Blue) = 164+220+190=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCBE is #5B2341. Grayscale: #C7C7C7. Windows color (decimal): -5972802 or 12508324. OLE color: 12508324.
HSL color Cylindrical-coordinate representation of color #A4DCBE: hue angle of 147.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCBE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 190 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.14 |
| HSL | 147.86º | 0.44% | 0.75% | - |
| HSV(B) | 147.86º | 0.25% | 0.86% | - |
| XYZ | 50.2 | 62.8 | 58.19 | - |
| YUV | 199.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 190 | 0.25 | 0 | 0.14 | 0.14 | 147.86 | 0.44 | 0.75 |
| Hex | A4 | DC | BE | 19 | 0 | E | E | 94 | 2C | 4B |
| Octal | 244 | 334 | 276 | 31 | 0 | 16 | 16 | 224 | 54 | 113 |
| Binary | 10100100 | 11011100 | 10111110 | 11001 | 0 | 1110 | 1110 | 10010100 | 101100 | 1001011 |
Color Harmonies of #A4DCBE
Complementary color
Monochromatic Colors of #A4DCBE
Black with #A4DCBE
Text Example
Text Example
White with #A4DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCBE; }
p { color: rgb(164,220,190); }
H1.HeaderClassName
{
color: #A4DCBE;
}
.AnyTagClassName
{
color: #A4DCBE;
}
</style>
background-color css
<style>
a { background-color: #A4DCBE; }
a { background-color: rgb(164,220,190); }
div.DivClassName
{
background-color: #A4DCBE;
}
.BgClassName
{
background-color: #A4DCBE;
}
</style>
border-color css
<style>
span { border-color: #A4DCBE; }
span { border-color: rgb(164,220,190); }
td.TdClassName
{
border-color: #A4DCBE;
}
.TagClassName
{
border-color: #A4DCBE;
}
</style>