Shades of Vista Blue #A5CEBA
Tints of Vista Blue #A5CEBA
RGB
CMYK
RGB Variations
Color information
#A5CEBA (or 0xA5CEBA) is known color: Vista Blue. HEX triplet: A5, CE and BA. RGB value is (165,206,186). Sum of RGB (Red+Green+Blue) = 165+206+186=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEBA is #5A3145. Grayscale: #BFBFBF. Windows color (decimal): -5910854 or 12242597. OLE color: 12242597.
HSL color Cylindrical-coordinate representation of color #A5CEBA: hue angle of 150.73º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEBA is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 186 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.19 |
| HSL | 150.73º | 0.29% | 0.73% | - |
| HSV(B) | 150.73º | 0.2% | 0.81% | - |
| XYZ | 46.45 | 55.69 | 54.75 | - |
| YUV | 191.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 186 | 0.20 | 0 | 0.10 | 0.19 | 150.73 | 0.29 | 0.73 |
| Hex | A5 | CE | BA | 14 | 0 | A | 13 | 97 | 1D | 49 |
| Octal | 245 | 316 | 272 | 24 | 0 | 12 | 23 | 227 | 35 | 111 |
| Binary | 10100101 | 11001110 | 10111010 | 10100 | 0 | 1010 | 10011 | 10010111 | 11101 | 1001001 |
Color Harmonies of #A5CEBA
Complementary color
Monochromatic Colors of #A5CEBA
Black with #A5CEBA
Text Example
Text Example
White with #A5CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CEBA; }
p { color: rgb(165,206,186); }
H1.HeaderClassName
{
color: #A5CEBA;
}
.AnyTagClassName
{
color: #A5CEBA;
}
</style>
background-color css
<style>
a { background-color: #A5CEBA; }
a { background-color: rgb(165,206,186); }
div.DivClassName
{
background-color: #A5CEBA;
}
.BgClassName
{
background-color: #A5CEBA;
}
</style>
border-color css
<style>
span { border-color: #A5CEBA; }
span { border-color: rgb(165,206,186); }
td.TdClassName
{
border-color: #A5CEBA;
}
.TagClassName
{
border-color: #A5CEBA;
}
</style>