Shades of Vista Blue #A1CEB5
Tints of Vista Blue #A1CEB5
RGB
CMYK
RGB Variations
Color information
#A1CEB5 (or 0xA1CEB5) is known color: Vista Blue. HEX triplet: A1, CE and B5. RGB value is (161,206,181). Sum of RGB (Red+Green+Blue) = 161+206+181=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEB5 is #5E314A. Grayscale: #BDBDBD. Windows color (decimal): -6173003 or 11914913. OLE color: 11914913.
HSL color Cylindrical-coordinate representation of color #A1CEB5: hue angle of 146.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEB5 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 181 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.19 |
| HSL | 146.67º | 0.31% | 0.72% | - |
| HSV(B) | 146.67º | 0.22% | 0.81% | - |
| XYZ | 45.11 | 55.06 | 51.97 | - |
| YUV | 189.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 181 | 0.22 | 0 | 0.12 | 0.19 | 146.67 | 0.31 | 0.72 |
| Hex | A1 | CE | B5 | 16 | 0 | C | 13 | 93 | 1F | 48 |
| Octal | 241 | 316 | 265 | 26 | 0 | 14 | 23 | 223 | 37 | 110 |
| Binary | 10100001 | 11001110 | 10110101 | 10110 | 0 | 1100 | 10011 | 10010011 | 11111 | 1001000 |
Color Harmonies of #A1CEB5
Complementary color
Monochromatic Colors of #A1CEB5
Black with #A1CEB5
Text Example
Text Example
White with #A1CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEB5; }
p { color: rgb(161,206,181); }
H1.HeaderClassName
{
color: #A1CEB5;
}
.AnyTagClassName
{
color: #A1CEB5;
}
</style>
background-color css
<style>
a { background-color: #A1CEB5; }
a { background-color: rgb(161,206,181); }
div.DivClassName
{
background-color: #A1CEB5;
}
.BgClassName
{
background-color: #A1CEB5;
}
</style>
border-color css
<style>
span { border-color: #A1CEB5; }
span { border-color: rgb(161,206,181); }
td.TdClassName
{
border-color: #A1CEB5;
}
.TagClassName
{
border-color: #A1CEB5;
}
</style>