Shades of Vista Blue #A1DCBC
Tints of Vista Blue #A1DCBC
RGB
CMYK
RGB Variations
Color information
#A1DCBC (or 0xA1DCBC) is known color: Vista Blue. HEX triplet: A1, DC and BC. RGB value is (161,220,188). Sum of RGB (Red+Green+Blue) = 161+220+188=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBC is #5E2343. Grayscale: #C6C6C6. Windows color (decimal): -6169412 or 12377249. OLE color: 12377249.
HSL color Cylindrical-coordinate representation of color #A1DCBC: hue angle of 147.46º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCBC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 188 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.14 |
| HSL | 147.46º | 0.46% | 0.75% | - |
| HSV(B) | 147.46º | 0.27% | 0.86% | - |
| XYZ | 49.37 | 62.39 | 57.02 | - |
| YUV | 198.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 188 | 0.27 | 0 | 0.15 | 0.14 | 147.46 | 0.46 | 0.75 |
| Hex | A1 | DC | BC | 1B | 0 | F | E | 93 | 2E | 4B |
| Octal | 241 | 334 | 274 | 33 | 0 | 17 | 16 | 223 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10111100 | 11011 | 0 | 1111 | 1110 | 10010011 | 101110 | 1001011 |
Color Harmonies of #A1DCBC
Complementary color
Monochromatic Colors of #A1DCBC
Black with #A1DCBC
Text Example
Text Example
White with #A1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCBC; }
p { color: rgb(161,220,188); }
H1.HeaderClassName
{
color: #A1DCBC;
}
.AnyTagClassName
{
color: #A1DCBC;
}
</style>
background-color css
<style>
a { background-color: #A1DCBC; }
a { background-color: rgb(161,220,188); }
div.DivClassName
{
background-color: #A1DCBC;
}
.BgClassName
{
background-color: #A1DCBC;
}
</style>
border-color css
<style>
span { border-color: #A1DCBC; }
span { border-color: rgb(161,220,188); }
td.TdClassName
{
border-color: #A1DCBC;
}
.TagClassName
{
border-color: #A1DCBC;
}
</style>