Shades of Vista Blue #A1CCB6
Tints of Vista Blue #A1CCB6
RGB
CMYK
RGB Variations
Color information
#A1CCB6 (or 0xA1CCB6) is known color: Vista Blue. HEX triplet: A1, CC and B6. RGB value is (161,204,182). Sum of RGB (Red+Green+Blue) = 161+204+182=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCB6 is #5E3349. Grayscale: #BCBCBC. Windows color (decimal): -6173514 or 11979937. OLE color: 11979937.
HSL color Cylindrical-coordinate representation of color #A1CCB6: hue angle of 149.3º 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 #A1CCB6 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 182 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.2 |
| HSL | 149.3º | 0.3% | 0.72% | - |
| HSV(B) | 149.3º | 0.21% | 0.8% | - |
| XYZ | 44.73 | 54.14 | 52.35 | - |
| YUV | 188.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 182 | 0.21 | 0 | 0.11 | 0.2 | 149.3 | 0.3 | 0.72 |
| Hex | A1 | CC | B6 | 15 | 0 | B | 14 | 95 | 1E | 48 |
| Octal | 241 | 314 | 266 | 25 | 0 | 13 | 24 | 225 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10110110 | 10101 | 0 | 1011 | 10100 | 10010101 | 11110 | 1001000 |
Color Harmonies of #A1CCB6
Complementary color
Monochromatic Colors of #A1CCB6
Black with #A1CCB6
Text Example
Text Example
White with #A1CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCB6; }
p { color: rgb(161,204,182); }
H1.HeaderClassName
{
color: #A1CCB6;
}
.AnyTagClassName
{
color: #A1CCB6;
}
</style>
background-color css
<style>
a { background-color: #A1CCB6; }
a { background-color: rgb(161,204,182); }
div.DivClassName
{
background-color: #A1CCB6;
}
.BgClassName
{
background-color: #A1CCB6;
}
</style>
border-color css
<style>
span { border-color: #A1CCB6; }
span { border-color: rgb(161,204,182); }
td.TdClassName
{
border-color: #A1CCB6;
}
.TagClassName
{
border-color: #A1CCB6;
}
</style>