Shades of Vista Blue #A3CEB7
Tints of Vista Blue #A3CEB7
RGB
CMYK
RGB Variations
Color information
#A3CEB7 (or 0xA3CEB7) is known color: Vista Blue. HEX triplet: A3, CE and B7. RGB value is (163,206,183). Sum of RGB (Red+Green+Blue) = 163+206+183=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEB7 is #5C3148. Grayscale: #BEBEBE. Windows color (decimal): -6041929 or 12045987. OLE color: 12045987.
HSL color Cylindrical-coordinate representation of color #A3CEB7: hue angle of 147.91º degrees, saturation: 0.3, 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 #A3CEB7 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 183 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.19 |
| HSL | 147.91º | 0.3% | 0.72% | - |
| HSV(B) | 147.91º | 0.21% | 0.81% | - |
| XYZ | 45.72 | 55.35 | 53.07 | - |
| YUV | 190.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 183 | 0.21 | 0 | 0.11 | 0.19 | 147.91 | 0.3 | 0.72 |
| Hex | A3 | CE | B7 | 15 | 0 | B | 13 | 94 | 1E | 48 |
| Octal | 243 | 316 | 267 | 25 | 0 | 13 | 23 | 224 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10110111 | 10101 | 0 | 1011 | 10011 | 10010100 | 11110 | 1001000 |
Color Harmonies of #A3CEB7
Complementary color
Monochromatic Colors of #A3CEB7
Black with #A3CEB7
Text Example
Text Example
White with #A3CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEB7; }
p { color: rgb(163,206,183); }
H1.HeaderClassName
{
color: #A3CEB7;
}
.AnyTagClassName
{
color: #A3CEB7;
}
</style>
background-color css
<style>
a { background-color: #A3CEB7; }
a { background-color: rgb(163,206,183); }
div.DivClassName
{
background-color: #A3CEB7;
}
.BgClassName
{
background-color: #A3CEB7;
}
</style>
border-color css
<style>
span { border-color: #A3CEB7; }
span { border-color: rgb(163,206,183); }
td.TdClassName
{
border-color: #A3CEB7;
}
.TagClassName
{
border-color: #A3CEB7;
}
</style>