Shades of Vista Blue #A1DBB5
Tints of Vista Blue #A1DBB5
RGB
CMYK
RGB Variations
Color information
#A1DBB5 (or 0xA1DBB5) is known color: Vista Blue. HEX triplet: A1, DB and B5. RGB value is (161,219,181). Sum of RGB (Red+Green+Blue) = 161+219+181=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBB5 is #5E244A. Grayscale: #C5C5C5. Windows color (decimal): -6169675 or 11918241. OLE color: 11918241.
HSL color Cylindrical-coordinate representation of color #A1DBB5: hue angle of 140.69º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 181 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.14 |
| HSL | 140.69º | 0.45% | 0.75% | - |
| HSV(B) | 140.69º | 0.26% | 0.86% | - |
| XYZ | 48.37 | 61.58 | 53.05 | - |
| YUV | 197.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 181 | 0.26 | 0 | 0.17 | 0.14 | 140.69 | 0.45 | 0.75 |
| Hex | A1 | DB | B5 | 1A | 0 | 11 | E | 8D | 2D | 4B |
| Octal | 241 | 333 | 265 | 32 | 0 | 21 | 16 | 215 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10110101 | 11010 | 0 | 10001 | 1110 | 10001101 | 101101 | 1001011 |
Color Harmonies of #A1DBB5
Complementary color
Monochromatic Colors of #A1DBB5
Black with #A1DBB5
Text Example
Text Example
White with #A1DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBB5; }
p { color: rgb(161,219,181); }
H1.HeaderClassName
{
color: #A1DBB5;
}
.AnyTagClassName
{
color: #A1DBB5;
}
</style>
background-color css
<style>
a { background-color: #A1DBB5; }
a { background-color: rgb(161,219,181); }
div.DivClassName
{
background-color: #A1DBB5;
}
.BgClassName
{
background-color: #A1DBB5;
}
</style>
border-color css
<style>
span { border-color: #A1DBB5; }
span { border-color: rgb(161,219,181); }
td.TdClassName
{
border-color: #A1DBB5;
}
.TagClassName
{
border-color: #A1DBB5;
}
</style>