Shades of Vista Blue #A1CCB0
Tints of Vista Blue #A1CCB0
RGB
CMYK
RGB Variations
Color information
#A1CCB0 (or 0xA1CCB0) is known color: Vista Blue. HEX triplet: A1, CC and B0. RGB value is (161,204,176). Sum of RGB (Red+Green+Blue) = 161+204+176=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCB0 is #5E334F. Grayscale: #BCBCBC. Windows color (decimal): -6173520 or 11586721. OLE color: 11586721.
HSL color Cylindrical-coordinate representation of color #A1CCB0: hue angle of 140.93º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCB0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 176 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.2 |
| HSL | 140.93º | 0.3% | 0.72% | - |
| HSV(B) | 140.93º | 0.21% | 0.8% | - |
| XYZ | 44.13 | 53.9 | 49.15 | - |
| YUV | 187.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 176 | 0.21 | 0 | 0.14 | 0.2 | 140.93 | 0.3 | 0.72 |
| Hex | A1 | CC | B0 | 15 | 0 | E | 14 | 8D | 1E | 48 |
| Octal | 241 | 314 | 260 | 25 | 0 | 16 | 24 | 215 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10110000 | 10101 | 0 | 1110 | 10100 | 10001101 | 11110 | 1001000 |
Color Harmonies of #A1CCB0
Complementary color
Monochromatic Colors of #A1CCB0
Black with #A1CCB0
Text Example
Text Example
White with #A1CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCB0; }
p { color: rgb(161,204,176); }
H1.HeaderClassName
{
color: #A1CCB0;
}
.AnyTagClassName
{
color: #A1CCB0;
}
</style>
background-color css
<style>
a { background-color: #A1CCB0; }
a { background-color: rgb(161,204,176); }
div.DivClassName
{
background-color: #A1CCB0;
}
.BgClassName
{
background-color: #A1CCB0;
}
</style>
border-color css
<style>
span { border-color: #A1CCB0; }
span { border-color: rgb(161,204,176); }
td.TdClassName
{
border-color: #A1CCB0;
}
.TagClassName
{
border-color: #A1CCB0;
}
</style>