Shades of Vista Blue #A6E0C1
Tints of Vista Blue #A6E0C1
RGB
CMYK
RGB Variations
Color information
#A6E0C1 (or 0xA6E0C1) is known color: Vista Blue. HEX triplet: A6, E0 and C1. RGB value is (166,224,193). Sum of RGB (Red+Green+Blue) = 166+224+193=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0C1 is #591F3E. Grayscale: #CBCBCB. Windows color (decimal): -5840703 or 12705958. OLE color: 12705958.
HSL color Cylindrical-coordinate representation of color #A6E0C1: hue angle of 147.93º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0C1 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 193 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.12 |
| HSL | 147.93º | 0.48% | 0.76% | - |
| HSV(B) | 147.93º | 0.26% | 0.88% | - |
| XYZ | 52.01 | 65.27 | 60.31 | - |
| YUV | 203.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 193 | 0.26 | 0 | 0.14 | 0.12 | 147.93 | 0.48 | 0.76 |
| Hex | A6 | E0 | C1 | 1A | 0 | E | C | 94 | 30 | 4C |
| Octal | 246 | 340 | 301 | 32 | 0 | 16 | 14 | 224 | 60 | 114 |
| Binary | 10100110 | 11100000 | 11000001 | 11010 | 0 | 1110 | 1100 | 10010100 | 110000 | 1001100 |
Color Harmonies of #A6E0C1
Complementary color
Monochromatic Colors of #A6E0C1
Black with #A6E0C1
Text Example
Text Example
White with #A6E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0C1; }
p { color: rgb(166,224,193); }
H1.HeaderClassName
{
color: #A6E0C1;
}
.AnyTagClassName
{
color: #A6E0C1;
}
</style>
background-color css
<style>
a { background-color: #A6E0C1; }
a { background-color: rgb(166,224,193); }
div.DivClassName
{
background-color: #A6E0C1;
}
.BgClassName
{
background-color: #A6E0C1;
}
</style>
border-color css
<style>
span { border-color: #A6E0C1; }
span { border-color: rgb(166,224,193); }
td.TdClassName
{
border-color: #A6E0C1;
}
.TagClassName
{
border-color: #A6E0C1;
}
</style>