Shades of Vista Blue #A4DFC1
Tints of Vista Blue #A4DFC1
RGB
CMYK
RGB Variations
Color information
#A4DFC1 (or 0xA4DFC1) is known color: Vista Blue. HEX triplet: A4, DF and C1. RGB value is (164,223,193). Sum of RGB (Red+Green+Blue) = 164+223+193=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFC1 is #5B203E. Grayscale: #C9C9C9. Windows color (decimal): -5972031 or 12705700. OLE color: 12705700.
HSL color Cylindrical-coordinate representation of color #A4DFC1: hue angle of 149.49º 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 #A4DFC1 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 193 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.13 |
| HSL | 149.49º | 0.48% | 0.76% | - |
| HSV(B) | 149.49º | 0.26% | 0.87% | - |
| XYZ | 51.32 | 64.52 | 60.2 | - |
| YUV | 201.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 193 | 0.26 | 0 | 0.13 | 0.13 | 149.49 | 0.48 | 0.76 |
| Hex | A4 | DF | C1 | 1A | 0 | D | D | 95 | 30 | 4C |
| Octal | 244 | 337 | 301 | 32 | 0 | 15 | 15 | 225 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11000001 | 11010 | 0 | 1101 | 1101 | 10010101 | 110000 | 1001100 |
Color Harmonies of #A4DFC1
Complementary color
Monochromatic Colors of #A4DFC1
Black with #A4DFC1
Text Example
Text Example
White with #A4DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFC1; }
p { color: rgb(164,223,193); }
H1.HeaderClassName
{
color: #A4DFC1;
}
.AnyTagClassName
{
color: #A4DFC1;
}
</style>
background-color css
<style>
a { background-color: #A4DFC1; }
a { background-color: rgb(164,223,193); }
div.DivClassName
{
background-color: #A4DFC1;
}
.BgClassName
{
background-color: #A4DFC1;
}
</style>
border-color css
<style>
span { border-color: #A4DFC1; }
span { border-color: rgb(164,223,193); }
td.TdClassName
{
border-color: #A4DFC1;
}
.TagClassName
{
border-color: #A4DFC1;
}
</style>