Shades of Vista Blue #A2CEB7
Tints of Vista Blue #A2CEB7
RGB
CMYK
RGB Variations
Color information
#A2CEB7 (or 0xA2CEB7) is known color: Vista Blue. HEX triplet: A2, CE and B7. RGB value is (162,206,183). Sum of RGB (Red+Green+Blue) = 162+206+183=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEB7 is #5D3148. Grayscale: #BEBEBE. Windows color (decimal): -6107465 or 12045986. OLE color: 12045986.
HSL color Cylindrical-coordinate representation of color #A2CEB7: hue angle of 148.64º 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 #A2CEB7 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 183 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.19 |
| HSL | 148.64º | 0.31% | 0.72% | - |
| HSV(B) | 148.64º | 0.21% | 0.81% | - |
| XYZ | 45.52 | 55.24 | 53.06 | - |
| YUV | 190.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 183 | 0.21 | 0 | 0.11 | 0.19 | 148.64 | 0.31 | 0.72 |
| Hex | A2 | CE | B7 | 15 | 0 | B | 13 | 95 | 1F | 48 |
| Octal | 242 | 316 | 267 | 25 | 0 | 13 | 23 | 225 | 37 | 110 |
| Binary | 10100010 | 11001110 | 10110111 | 10101 | 0 | 1011 | 10011 | 10010101 | 11111 | 1001000 |
Color Harmonies of #A2CEB7
Complementary color
Monochromatic Colors of #A2CEB7
Black with #A2CEB7
Text Example
Text Example
White with #A2CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEB7; }
p { color: rgb(162,206,183); }
H1.HeaderClassName
{
color: #A2CEB7;
}
.AnyTagClassName
{
color: #A2CEB7;
}
</style>
background-color css
<style>
a { background-color: #A2CEB7; }
a { background-color: rgb(162,206,183); }
div.DivClassName
{
background-color: #A2CEB7;
}
.BgClassName
{
background-color: #A2CEB7;
}
</style>
border-color css
<style>
span { border-color: #A2CEB7; }
span { border-color: rgb(162,206,183); }
td.TdClassName
{
border-color: #A2CEB7;
}
.TagClassName
{
border-color: #A2CEB7;
}
</style>