Shades of Vista Blue #A4D6BF
Tints of Vista Blue #A4D6BF
RGB
CMYK
RGB Variations
Color information
#A4D6BF (or 0xA4D6BF) is known color: Vista Blue. HEX triplet: A4, D6 and BF. RGB value is (164,214,191). Sum of RGB (Red+Green+Blue) = 164+214+191=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6BF is #5B2940. Grayscale: #C4C4C4. Windows color (decimal): -5974337 or 12572324. OLE color: 12572324.
HSL color Cylindrical-coordinate representation of color #A4D6BF: hue angle of 152.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6BF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 191 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.16 |
| HSL | 152.4º | 0.38% | 0.74% | - |
| HSV(B) | 152.4º | 0.23% | 0.84% | - |
| XYZ | 48.76 | 59.75 | 58.25 | - |
| YUV | 196.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 191 | 0.23 | 0 | 0.11 | 0.16 | 152.4 | 0.38 | 0.74 |
| Hex | A4 | D6 | BF | 17 | 0 | B | 10 | 98 | 26 | 4A |
| Octal | 244 | 326 | 277 | 27 | 0 | 13 | 20 | 230 | 46 | 112 |
| Binary | 10100100 | 11010110 | 10111111 | 10111 | 0 | 1011 | 10000 | 10011000 | 100110 | 1001010 |
Color Harmonies of #A4D6BF
Complementary color
Monochromatic Colors of #A4D6BF
Black with #A4D6BF
Text Example
Text Example
White with #A4D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D6BF; }
p { color: rgb(164,214,191); }
H1.HeaderClassName
{
color: #A4D6BF;
}
.AnyTagClassName
{
color: #A4D6BF;
}
</style>
background-color css
<style>
a { background-color: #A4D6BF; }
a { background-color: rgb(164,214,191); }
div.DivClassName
{
background-color: #A4D6BF;
}
.BgClassName
{
background-color: #A4D6BF;
}
</style>
border-color css
<style>
span { border-color: #A4D6BF; }
span { border-color: rgb(164,214,191); }
td.TdClassName
{
border-color: #A4D6BF;
}
.TagClassName
{
border-color: #A4D6BF;
}
</style>