Shades of Vista Blue #A2CEB6
Tints of Vista Blue #A2CEB6
RGB
CMYK
RGB Variations
Color information
#A2CEB6 (or 0xA2CEB6) is known color: Vista Blue. HEX triplet: A2, CE and B6. RGB value is (162,206,182). Sum of RGB (Red+Green+Blue) = 162+206+182=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEB6 is #5D3149. Grayscale: #BEBEBE. Windows color (decimal): -6107466 or 11980450. OLE color: 11980450.
HSL color Cylindrical-coordinate representation of color #A2CEB6: hue angle of 147.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEB6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 182 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.19 |
| HSL | 147.27º | 0.31% | 0.72% | - |
| HSV(B) | 147.27º | 0.21% | 0.81% | - |
| XYZ | 45.42 | 55.2 | 52.52 | - |
| YUV | 190.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 182 | 0.21 | 0 | 0.12 | 0.19 | 147.27 | 0.31 | 0.72 |
| Hex | A2 | CE | B6 | 15 | 0 | C | 13 | 93 | 1F | 48 |
| Octal | 242 | 316 | 266 | 25 | 0 | 14 | 23 | 223 | 37 | 110 |
| Binary | 10100010 | 11001110 | 10110110 | 10101 | 0 | 1100 | 10011 | 10010011 | 11111 | 1001000 |
Color Harmonies of #A2CEB6
Complementary color
Monochromatic Colors of #A2CEB6
Black with #A2CEB6
Text Example
Text Example
White with #A2CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEB6; }
p { color: rgb(162,206,182); }
H1.HeaderClassName
{
color: #A2CEB6;
}
.AnyTagClassName
{
color: #A2CEB6;
}
</style>
background-color css
<style>
a { background-color: #A2CEB6; }
a { background-color: rgb(162,206,182); }
div.DivClassName
{
background-color: #A2CEB6;
}
.BgClassName
{
background-color: #A2CEB6;
}
</style>
border-color css
<style>
span { border-color: #A2CEB6; }
span { border-color: rgb(162,206,182); }
td.TdClassName
{
border-color: #A2CEB6;
}
.TagClassName
{
border-color: #A2CEB6;
}
</style>