Shades of Vista Blue #A4D4BF
Tints of Vista Blue #A4D4BF
RGB
CMYK
RGB Variations
Color information
#A4D4BF (or 0xA4D4BF) is known color: Vista Blue. HEX triplet: A4, D4 and BF. RGB value is (164,212,191). Sum of RGB (Red+Green+Blue) = 164+212+191=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D4BF is #5B2B40. Grayscale: #C3C3C3. Windows color (decimal): -5974849 or 12571812. OLE color: 12571812.
HSL color Cylindrical-coordinate representation of color #A4D4BF: hue angle of 153.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4BF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 191 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.17 |
| HSL | 153.75º | 0.36% | 0.74% | - |
| HSV(B) | 153.75º | 0.23% | 0.83% | - |
| XYZ | 48.26 | 58.74 | 58.08 | - |
| YUV | 195.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 191 | 0.23 | 0 | 0.10 | 0.17 | 153.75 | 0.36 | 0.74 |
| Hex | A4 | D4 | BF | 17 | 0 | A | 11 | 9A | 24 | 4A |
| Octal | 244 | 324 | 277 | 27 | 0 | 12 | 21 | 232 | 44 | 112 |
| Binary | 10100100 | 11010100 | 10111111 | 10111 | 0 | 1010 | 10001 | 10011010 | 100100 | 1001010 |
Color Harmonies of #A4D4BF
Complementary color
Monochromatic Colors of #A4D4BF
Black with #A4D4BF
Text Example
Text Example
White with #A4D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D4BF; }
p { color: rgb(164,212,191); }
H1.HeaderClassName
{
color: #A4D4BF;
}
.AnyTagClassName
{
color: #A4D4BF;
}
</style>
background-color css
<style>
a { background-color: #A4D4BF; }
a { background-color: rgb(164,212,191); }
div.DivClassName
{
background-color: #A4D4BF;
}
.BgClassName
{
background-color: #A4D4BF;
}
</style>
border-color css
<style>
span { border-color: #A4D4BF; }
span { border-color: rgb(164,212,191); }
td.TdClassName
{
border-color: #A4D4BF;
}
.TagClassName
{
border-color: #A4D4BF;
}
</style>