Shades of Vista Blue #A4DFC2
Tints of Vista Blue #A4DFC2
RGB
CMYK
RGB Variations
Color information
#A4DFC2 (or 0xA4DFC2) is known color: Vista Blue. HEX triplet: A4, DF and C2. RGB value is (164,223,194). Sum of RGB (Red+Green+Blue) = 164+223+194=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFC2 is #5B203D. Grayscale: #CACACA. Windows color (decimal): -5972030 or 12771236. OLE color: 12771236.
HSL color Cylindrical-coordinate representation of color #A4DFC2: hue angle of 150.51º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFC2 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 194 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.13 |
| HSL | 150.51º | 0.48% | 0.76% | - |
| HSV(B) | 150.51º | 0.26% | 0.87% | - |
| XYZ | 51.44 | 64.56 | 60.79 | - |
| YUV | 202.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 194 | 0.26 | 0 | 0.13 | 0.13 | 150.51 | 0.48 | 0.76 |
| Hex | A4 | DF | C2 | 1A | 0 | D | D | 97 | 30 | 4C |
| Octal | 244 | 337 | 302 | 32 | 0 | 15 | 15 | 227 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11000010 | 11010 | 0 | 1101 | 1101 | 10010111 | 110000 | 1001100 |
Color Harmonies of #A4DFC2
Complementary color
Monochromatic Colors of #A4DFC2
Black with #A4DFC2
Text Example
Text Example
White with #A4DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFC2; }
p { color: rgb(164,223,194); }
H1.HeaderClassName
{
color: #A4DFC2;
}
.AnyTagClassName
{
color: #A4DFC2;
}
</style>
background-color css
<style>
a { background-color: #A4DFC2; }
a { background-color: rgb(164,223,194); }
div.DivClassName
{
background-color: #A4DFC2;
}
.BgClassName
{
background-color: #A4DFC2;
}
</style>
border-color css
<style>
span { border-color: #A4DFC2; }
span { border-color: rgb(164,223,194); }
td.TdClassName
{
border-color: #A4DFC2;
}
.TagClassName
{
border-color: #A4DFC2;
}
</style>