Shades of Vista Blue #A6DFBC
Tints of Vista Blue #A6DFBC
RGB
CMYK
RGB Variations
Color information
#A6DFBC (or 0xA6DFBC) is known color: Vista Blue. HEX triplet: A6, DF and BC. RGB value is (166,223,188). Sum of RGB (Red+Green+Blue) = 166+223+188=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBC is #592043. Grayscale: #CACACA. Windows color (decimal): -5840964 or 12378022. OLE color: 12378022.
HSL color Cylindrical-coordinate representation of color #A6DFBC: hue angle of 143.16º degrees, saturation: 0.47, 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 #A6DFBC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 188 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.13 |
| HSL | 143.16º | 0.47% | 0.76% | - |
| HSV(B) | 143.16º | 0.26% | 0.87% | - |
| XYZ | 51.19 | 64.51 | 57.33 | - |
| YUV | 201.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 188 | 0.26 | 0 | 0.16 | 0.13 | 143.16 | 0.47 | 0.76 |
| Hex | A6 | DF | BC | 1A | 0 | 10 | D | 8F | 2F | 4C |
| Octal | 246 | 337 | 274 | 32 | 0 | 20 | 15 | 217 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10111100 | 11010 | 0 | 10000 | 1101 | 10001111 | 101111 | 1001100 |
Color Harmonies of #A6DFBC
Complementary color
Monochromatic Colors of #A6DFBC
Black with #A6DFBC
Text Example
Text Example
White with #A6DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFBC; }
p { color: rgb(166,223,188); }
H1.HeaderClassName
{
color: #A6DFBC;
}
.AnyTagClassName
{
color: #A6DFBC;
}
</style>
background-color css
<style>
a { background-color: #A6DFBC; }
a { background-color: rgb(166,223,188); }
div.DivClassName
{
background-color: #A6DFBC;
}
.BgClassName
{
background-color: #A6DFBC;
}
</style>
border-color css
<style>
span { border-color: #A6DFBC; }
span { border-color: rgb(166,223,188); }
td.TdClassName
{
border-color: #A6DFBC;
}
.TagClassName
{
border-color: #A6DFBC;
}
</style>