Shades of Vista Blue #A1CFBC
Tints of Vista Blue #A1CFBC
RGB
CMYK
RGB Variations
Color information
#A1CFBC (or 0xA1CFBC) is known color: Vista Blue. HEX triplet: A1, CF and BC. RGB value is (161,207,188). Sum of RGB (Red+Green+Blue) = 161+207+188=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFBC is #5E3043. Grayscale: #BFBFBF. Windows color (decimal): -6172740 or 12373921. OLE color: 12373921.
HSL color Cylindrical-coordinate representation of color #A1CFBC: hue angle of 155.22º 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 #A1CFBC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 188 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.19 |
| HSL | 155.22º | 0.32% | 0.72% | - |
| HSV(B) | 155.22º | 0.22% | 0.81% | - |
| XYZ | 46.09 | 55.83 | 55.92 | - |
| YUV | 191.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 188 | 0.22 | 0 | 0.09 | 0.19 | 155.22 | 0.32 | 0.72 |
| Hex | A1 | CF | BC | 16 | 0 | 9 | 13 | 9B | 20 | 48 |
| Octal | 241 | 317 | 274 | 26 | 0 | 11 | 23 | 233 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10111100 | 10110 | 0 | 1001 | 10011 | 10011011 | 100000 | 1001000 |
Color Harmonies of #A1CFBC
Complementary color
Monochromatic Colors of #A1CFBC
Black with #A1CFBC
Text Example
Text Example
White with #A1CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFBC; }
p { color: rgb(161,207,188); }
H1.HeaderClassName
{
color: #A1CFBC;
}
.AnyTagClassName
{
color: #A1CFBC;
}
</style>
background-color css
<style>
a { background-color: #A1CFBC; }
a { background-color: rgb(161,207,188); }
div.DivClassName
{
background-color: #A1CFBC;
}
.BgClassName
{
background-color: #A1CFBC;
}
</style>
border-color css
<style>
span { border-color: #A1CFBC; }
span { border-color: rgb(161,207,188); }
td.TdClassName
{
border-color: #A1CFBC;
}
.TagClassName
{
border-color: #A1CFBC;
}
</style>