Shades of Vista Blue #A2CCB3
Tints of Vista Blue #A2CCB3
RGB
CMYK
RGB Variations
Color information
#A2CCB3 (or 0xA2CCB3) is known color: Vista Blue. HEX triplet: A2, CC and B3. RGB value is (162,204,179). Sum of RGB (Red+Green+Blue) = 162+204+179=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCB3 is #5D334C. Grayscale: #BCBCBC. Windows color (decimal): -6107981 or 11783330. OLE color: 11783330.
HSL color Cylindrical-coordinate representation of color #A2CCB3: hue angle of 144.29º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCB3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 179 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.2 |
| HSL | 144.29º | 0.29% | 0.72% | - |
| HSV(B) | 144.29º | 0.21% | 0.8% | - |
| XYZ | 44.63 | 54.12 | 50.74 | - |
| YUV | 188.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 179 | 0.21 | 0 | 0.12 | 0.2 | 144.29 | 0.29 | 0.72 |
| Hex | A2 | CC | B3 | 15 | 0 | C | 14 | 90 | 1D | 48 |
| Octal | 242 | 314 | 263 | 25 | 0 | 14 | 24 | 220 | 35 | 110 |
| Binary | 10100010 | 11001100 | 10110011 | 10101 | 0 | 1100 | 10100 | 10010000 | 11101 | 1001000 |
Color Harmonies of #A2CCB3
Complementary color
Monochromatic Colors of #A2CCB3
Black with #A2CCB3
Text Example
Text Example
White with #A2CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCB3; }
p { color: rgb(162,204,179); }
H1.HeaderClassName
{
color: #A2CCB3;
}
.AnyTagClassName
{
color: #A2CCB3;
}
</style>
background-color css
<style>
a { background-color: #A2CCB3; }
a { background-color: rgb(162,204,179); }
div.DivClassName
{
background-color: #A2CCB3;
}
.BgClassName
{
background-color: #A2CCB3;
}
</style>
border-color css
<style>
span { border-color: #A2CCB3; }
span { border-color: rgb(162,204,179); }
td.TdClassName
{
border-color: #A2CCB3;
}
.TagClassName
{
border-color: #A2CCB3;
}
</style>