Shades of Vista Blue #A1CFB6
Tints of Vista Blue #A1CFB6
RGB
CMYK
RGB Variations
Color information
#A1CFB6 (or 0xA1CFB6) is known color: Vista Blue. HEX triplet: A1, CF and B6. RGB value is (161,207,182). Sum of RGB (Red+Green+Blue) = 161+207+182=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFB6 is #5E3049. Grayscale: #BEBEBE. Windows color (decimal): -6172746 or 11980705. OLE color: 11980705.
HSL color Cylindrical-coordinate representation of color #A1CFB6: hue angle of 147.39º 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 #A1CFB6 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 182 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.19 |
| HSL | 147.39º | 0.32% | 0.72% | - |
| HSV(B) | 147.39º | 0.22% | 0.81% | - |
| XYZ | 45.45 | 55.58 | 52.59 | - |
| YUV | 190.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 182 | 0.22 | 0 | 0.12 | 0.19 | 147.39 | 0.32 | 0.72 |
| Hex | A1 | CF | B6 | 16 | 0 | C | 13 | 93 | 20 | 48 |
| Octal | 241 | 317 | 266 | 26 | 0 | 14 | 23 | 223 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10110110 | 10110 | 0 | 1100 | 10011 | 10010011 | 100000 | 1001000 |
Color Harmonies of #A1CFB6
Complementary color
Monochromatic Colors of #A1CFB6
Black with #A1CFB6
Text Example
Text Example
White with #A1CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFB6; }
p { color: rgb(161,207,182); }
H1.HeaderClassName
{
color: #A1CFB6;
}
.AnyTagClassName
{
color: #A1CFB6;
}
</style>
background-color css
<style>
a { background-color: #A1CFB6; }
a { background-color: rgb(161,207,182); }
div.DivClassName
{
background-color: #A1CFB6;
}
.BgClassName
{
background-color: #A1CFB6;
}
</style>
border-color css
<style>
span { border-color: #A1CFB6; }
span { border-color: rgb(161,207,182); }
td.TdClassName
{
border-color: #A1CFB6;
}
.TagClassName
{
border-color: #A1CFB6;
}
</style>