Shades of Vista Blue #A3CCB7
Tints of Vista Blue #A3CCB7
RGB
CMYK
RGB Variations
Color information
#A3CCB7 (or 0xA3CCB7) is known color: Vista Blue. HEX triplet: A3, CC and B7. RGB value is (163,204,183). Sum of RGB (Red+Green+Blue) = 163+204+183=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCB7 is #5C3348. Grayscale: #BDBDBD. Windows color (decimal): -6042441 or 12045475. OLE color: 12045475.
HSL color Cylindrical-coordinate representation of color #A3CCB7: hue angle of 149.27º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCB7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 183 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.2 |
| HSL | 149.27º | 0.29% | 0.72% | - |
| HSV(B) | 149.27º | 0.2% | 0.8% | - |
| XYZ | 45.24 | 54.39 | 52.91 | - |
| YUV | 189.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 183 | 0.20 | 0 | 0.10 | 0.2 | 149.27 | 0.29 | 0.72 |
| Hex | A3 | CC | B7 | 14 | 0 | A | 14 | 95 | 1D | 48 |
| Octal | 243 | 314 | 267 | 24 | 0 | 12 | 24 | 225 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10110111 | 10100 | 0 | 1010 | 10100 | 10010101 | 11101 | 1001000 |
Color Harmonies of #A3CCB7
Complementary color
Monochromatic Colors of #A3CCB7
Black with #A3CCB7
Text Example
Text Example
White with #A3CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCB7; }
p { color: rgb(163,204,183); }
H1.HeaderClassName
{
color: #A3CCB7;
}
.AnyTagClassName
{
color: #A3CCB7;
}
</style>
background-color css
<style>
a { background-color: #A3CCB7; }
a { background-color: rgb(163,204,183); }
div.DivClassName
{
background-color: #A3CCB7;
}
.BgClassName
{
background-color: #A3CCB7;
}
</style>
border-color css
<style>
span { border-color: #A3CCB7; }
span { border-color: rgb(163,204,183); }
td.TdClassName
{
border-color: #A3CCB7;
}
.TagClassName
{
border-color: #A3CCB7;
}
</style>