Shades of Vista Blue #A1DFBC
Tints of Vista Blue #A1DFBC
RGB
CMYK
RGB Variations
Color information
#A1DFBC (or 0xA1DFBC) is known color: Vista Blue. HEX triplet: A1, DF and BC. RGB value is (161,223,188). Sum of RGB (Red+Green+Blue) = 161+223+188=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFBC is #5E2043. Grayscale: #C8C8C8. Windows color (decimal): -6168644 or 12378017. OLE color: 12378017.
HSL color Cylindrical-coordinate representation of color #A1DFBC: hue angle of 146.13º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFBC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 188 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 146.13º | 0.49% | 0.75% | - |
| HSV(B) | 146.13º | 0.28% | 0.87% | - |
| XYZ | 50.16 | 63.98 | 57.28 | - |
| YUV | 200.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 188 | 0.28 | 0 | 0.16 | 0.13 | 146.13 | 0.49 | 0.75 |
| Hex | A1 | DF | BC | 1C | 0 | 10 | D | 92 | 31 | 4B |
| Octal | 241 | 337 | 274 | 34 | 0 | 20 | 15 | 222 | 61 | 113 |
| Binary | 10100001 | 11011111 | 10111100 | 11100 | 0 | 10000 | 1101 | 10010010 | 110001 | 1001011 |
Color Harmonies of #A1DFBC
Complementary color
Monochromatic Colors of #A1DFBC
Black with #A1DFBC
Text Example
Text Example
White with #A1DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFBC; }
p { color: rgb(161,223,188); }
H1.HeaderClassName
{
color: #A1DFBC;
}
.AnyTagClassName
{
color: #A1DFBC;
}
</style>
background-color css
<style>
a { background-color: #A1DFBC; }
a { background-color: rgb(161,223,188); }
div.DivClassName
{
background-color: #A1DFBC;
}
.BgClassName
{
background-color: #A1DFBC;
}
</style>
border-color css
<style>
span { border-color: #A1DFBC; }
span { border-color: rgb(161,223,188); }
td.TdClassName
{
border-color: #A1DFBC;
}
.TagClassName
{
border-color: #A1DFBC;
}
</style>