Shades of Vista Blue #A1CFBA
Tints of Vista Blue #A1CFBA
RGB
CMYK
RGB Variations
Color information
#A1CFBA (or 0xA1CFBA) is known color: Vista Blue. HEX triplet: A1, CF and BA. RGB value is (161,207,186). Sum of RGB (Red+Green+Blue) = 161+207+186=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFBA is #5E3045. Grayscale: #BEBEBE. Windows color (decimal): -6172742 or 12242849. OLE color: 12242849.
HSL color Cylindrical-coordinate representation of color #A1CFBA: hue angle of 152.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFBA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 186 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.19 |
| HSL | 152.61º | 0.32% | 0.72% | - |
| HSV(B) | 152.61º | 0.22% | 0.81% | - |
| XYZ | 45.87 | 55.75 | 54.8 | - |
| YUV | 190.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 186 | 0.22 | 0 | 0.10 | 0.19 | 152.61 | 0.32 | 0.72 |
| Hex | A1 | CF | BA | 16 | 0 | A | 13 | 99 | 20 | 48 |
| Octal | 241 | 317 | 272 | 26 | 0 | 12 | 23 | 231 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10111010 | 10110 | 0 | 1010 | 10011 | 10011001 | 100000 | 1001000 |
Color Harmonies of #A1CFBA
Complementary color
Monochromatic Colors of #A1CFBA
Black with #A1CFBA
Text Example
Text Example
White with #A1CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFBA; }
p { color: rgb(161,207,186); }
H1.HeaderClassName
{
color: #A1CFBA;
}
.AnyTagClassName
{
color: #A1CFBA;
}
</style>
background-color css
<style>
a { background-color: #A1CFBA; }
a { background-color: rgb(161,207,186); }
div.DivClassName
{
background-color: #A1CFBA;
}
.BgClassName
{
background-color: #A1CFBA;
}
</style>
border-color css
<style>
span { border-color: #A1CFBA; }
span { border-color: rgb(161,207,186); }
td.TdClassName
{
border-color: #A1CFBA;
}
.TagClassName
{
border-color: #A1CFBA;
}
</style>