Shades of Vista Blue #A0CCB4
Tints of Vista Blue #A0CCB4
RGB
CMYK
RGB Variations
Color information
#A0CCB4 (or 0xA0CCB4) is known color: Vista Blue. HEX triplet: A0, CC and B4. RGB value is (160,204,180). Sum of RGB (Red+Green+Blue) = 160+204+180=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCB4 is #5F334B. Grayscale: #BCBCBC. Windows color (decimal): -6239052 or 11848864. OLE color: 11848864.
HSL color Cylindrical-coordinate representation of color #A0CCB4: hue angle of 147.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CCB4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 180 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.2 |
| HSL | 147.27º | 0.3% | 0.71% | - |
| HSV(B) | 147.27º | 0.22% | 0.8% | - |
| XYZ | 44.33 | 53.95 | 51.26 | - |
| YUV | 188.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 180 | 0.22 | 0 | 0.12 | 0.2 | 147.27 | 0.3 | 0.71 |
| Hex | A0 | CC | B4 | 16 | 0 | C | 14 | 93 | 1E | 47 |
| Octal | 240 | 314 | 264 | 26 | 0 | 14 | 24 | 223 | 36 | 107 |
| Binary | 10100000 | 11001100 | 10110100 | 10110 | 0 | 1100 | 10100 | 10010011 | 11110 | 1000111 |
Color Harmonies of #A0CCB4
Complementary color
Monochromatic Colors of #A0CCB4
Black with #A0CCB4
Text Example
Text Example
White with #A0CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCB4; }
p { color: rgb(160,204,180); }
H1.HeaderClassName
{
color: #A0CCB4;
}
.AnyTagClassName
{
color: #A0CCB4;
}
</style>
background-color css
<style>
a { background-color: #A0CCB4; }
a { background-color: rgb(160,204,180); }
div.DivClassName
{
background-color: #A0CCB4;
}
.BgClassName
{
background-color: #A0CCB4;
}
</style>
border-color css
<style>
span { border-color: #A0CCB4; }
span { border-color: rgb(160,204,180); }
td.TdClassName
{
border-color: #A0CCB4;
}
.TagClassName
{
border-color: #A0CCB4;
}
</style>