Shades of Vista Blue #A1DEBC
Tints of Vista Blue #A1DEBC
RGB
CMYK
RGB Variations
Color information
#A1DEBC (or 0xA1DEBC) is known color: Vista Blue. HEX triplet: A1, DE and BC. RGB value is (161,222,188). Sum of RGB (Red+Green+Blue) = 161+222+188=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEBC is #5E2143. Grayscale: #C7C7C7. Windows color (decimal): -6168900 or 12377761. OLE color: 12377761.
HSL color Cylindrical-coordinate representation of color #A1DEBC: hue angle of 146.56º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEBC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 188 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.13 |
| HSL | 146.56º | 0.48% | 0.75% | - |
| HSV(B) | 146.56º | 0.27% | 0.87% | - |
| XYZ | 49.9 | 63.45 | 57.19 | - |
| YUV | 199.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 188 | 0.27 | 0 | 0.15 | 0.13 | 146.56 | 0.48 | 0.75 |
| Hex | A1 | DE | BC | 1B | 0 | F | D | 93 | 30 | 4B |
| Octal | 241 | 336 | 274 | 33 | 0 | 17 | 15 | 223 | 60 | 113 |
| Binary | 10100001 | 11011110 | 10111100 | 11011 | 0 | 1111 | 1101 | 10010011 | 110000 | 1001011 |
Color Harmonies of #A1DEBC
Complementary color
Monochromatic Colors of #A1DEBC
Black with #A1DEBC
Text Example
Text Example
White with #A1DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEBC; }
p { color: rgb(161,222,188); }
H1.HeaderClassName
{
color: #A1DEBC;
}
.AnyTagClassName
{
color: #A1DEBC;
}
</style>
background-color css
<style>
a { background-color: #A1DEBC; }
a { background-color: rgb(161,222,188); }
div.DivClassName
{
background-color: #A1DEBC;
}
.BgClassName
{
background-color: #A1DEBC;
}
</style>
border-color css
<style>
span { border-color: #A1DEBC; }
span { border-color: rgb(161,222,188); }
td.TdClassName
{
border-color: #A1DEBC;
}
.TagClassName
{
border-color: #A1DEBC;
}
</style>