Shades of Vista Blue #A1CDB2
Tints of Vista Blue #A1CDB2
RGB
CMYK
RGB Variations
Color information
#A1CDB2 (or 0xA1CDB2) is known color: Vista Blue. HEX triplet: A1, CD and B2. RGB value is (161,205,178). Sum of RGB (Red+Green+Blue) = 161+205+178=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDB2 is #5E324D. Grayscale: #BCBCBC. Windows color (decimal): -6173262 or 11718049. OLE color: 11718049.
HSL color Cylindrical-coordinate representation of color #A1CDB2: hue angle of 143.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDB2 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 178 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.20 |
| HSL | 143.18º | 0.31% | 0.72% | - |
| HSV(B) | 143.18º | 0.21% | 0.8% | - |
| XYZ | 44.57 | 54.45 | 50.28 | - |
| YUV | 188.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 178 | 0.21 | 0 | 0.13 | 0.20 | 143.18 | 0.31 | 0.72 |
| Hex | A1 | CD | B2 | 15 | 0 | D | 14 | 8F | 1F | 48 |
| Octal | 241 | 315 | 262 | 25 | 0 | 15 | 24 | 217 | 37 | 110 |
| Binary | 10100001 | 11001101 | 10110010 | 10101 | 0 | 1101 | 10100 | 10001111 | 11111 | 1001000 |
Color Harmonies of #A1CDB2
Complementary color
Monochromatic Colors of #A1CDB2
Black with #A1CDB2
Text Example
Text Example
White with #A1CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDB2; }
p { color: rgb(161,205,178); }
H1.HeaderClassName
{
color: #A1CDB2;
}
.AnyTagClassName
{
color: #A1CDB2;
}
</style>
background-color css
<style>
a { background-color: #A1CDB2; }
a { background-color: rgb(161,205,178); }
div.DivClassName
{
background-color: #A1CDB2;
}
.BgClassName
{
background-color: #A1CDB2;
}
</style>
border-color css
<style>
span { border-color: #A1CDB2; }
span { border-color: rgb(161,205,178); }
td.TdClassName
{
border-color: #A1CDB2;
}
.TagClassName
{
border-color: #A1CDB2;
}
</style>