Shades of Vista Blue #A6CEB7
Tints of Vista Blue #A6CEB7
RGB
CMYK
RGB Variations
Color information
#A6CEB7 (or 0xA6CEB7) is known color: Vista Blue. HEX triplet: A6, CE and B7. RGB value is (166,206,183). Sum of RGB (Red+Green+Blue) = 166+206+183=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEB7 is #593148. Grayscale: #BFBFBF. Windows color (decimal): -5845321 or 12045990. OLE color: 12045990.
HSL color Cylindrical-coordinate representation of color #A6CEB7: hue angle of 145.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEB7 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 183 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.19 |
| HSL | 145.5º | 0.29% | 0.73% | - |
| HSV(B) | 145.5º | 0.19% | 0.81% | - |
| XYZ | 46.34 | 55.67 | 53.1 | - |
| YUV | 191.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 183 | 0.19 | 0 | 0.11 | 0.19 | 145.5 | 0.29 | 0.73 |
| Hex | A6 | CE | B7 | 13 | 0 | B | 13 | 92 | 1D | 49 |
| Octal | 246 | 316 | 267 | 23 | 0 | 13 | 23 | 222 | 35 | 111 |
| Binary | 10100110 | 11001110 | 10110111 | 10011 | 0 | 1011 | 10011 | 10010010 | 11101 | 1001001 |
Color Harmonies of #A6CEB7
Complementary color
Monochromatic Colors of #A6CEB7
Black with #A6CEB7
Text Example
Text Example
White with #A6CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEB7; }
p { color: rgb(166,206,183); }
H1.HeaderClassName
{
color: #A6CEB7;
}
.AnyTagClassName
{
color: #A6CEB7;
}
</style>
background-color css
<style>
a { background-color: #A6CEB7; }
a { background-color: rgb(166,206,183); }
div.DivClassName
{
background-color: #A6CEB7;
}
.BgClassName
{
background-color: #A6CEB7;
}
</style>
border-color css
<style>
span { border-color: #A6CEB7; }
span { border-color: rgb(166,206,183); }
td.TdClassName
{
border-color: #A6CEB7;
}
.TagClassName
{
border-color: #A6CEB7;
}
</style>