Shades of Vista Blue #A1EBBC
Tints of Vista Blue #A1EBBC
RGB
CMYK
RGB Variations
Color information
#A1EBBC (or 0xA1EBBC) is known color: Vista Blue. HEX triplet: A1, EB and BC. RGB value is (161,235,188). Sum of RGB (Red+Green+Blue) = 161+235+188=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBBC is #5E1443. Grayscale: #CFCFCF. Windows color (decimal): -6165572 or 12381089. OLE color: 12381089.
HSL color Cylindrical-coordinate representation of color #A1EBBC: hue angle of 141.89º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBBC is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 188 | - |
| CMYK | 0.31 | 0 | 0.2 | 0.08 |
| HSL | 141.89º | 0.65% | 0.78% | - |
| HSV(B) | 141.89º | 0.31% | 0.92% | - |
| XYZ | 53.48 | 70.62 | 58.39 | - |
| YUV | 207.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 188 | 0.31 | 0 | 0.2 | 0.08 | 141.89 | 0.65 | 0.78 |
| Hex | A1 | EB | BC | 1F | 0 | 14 | 8 | 8E | 41 | 4E |
| Octal | 241 | 353 | 274 | 37 | 0 | 24 | 10 | 216 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10111100 | 11111 | 0 | 10100 | 1000 | 10001110 | 1000001 | 1001110 |
Color Harmonies of #A1EBBC
Complementary color
Monochromatic Colors of #A1EBBC
Black with #A1EBBC
Text Example
Text Example
White with #A1EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBBC; }
p { color: rgb(161,235,188); }
H1.HeaderClassName
{
color: #A1EBBC;
}
.AnyTagClassName
{
color: #A1EBBC;
}
</style>
background-color css
<style>
a { background-color: #A1EBBC; }
a { background-color: rgb(161,235,188); }
div.DivClassName
{
background-color: #A1EBBC;
}
.BgClassName
{
background-color: #A1EBBC;
}
</style>
border-color css
<style>
span { border-color: #A1EBBC; }
span { border-color: rgb(161,235,188); }
td.TdClassName
{
border-color: #A1EBBC;
}
.TagClassName
{
border-color: #A1EBBC;
}
</style>