Shades of Vista Blue #A2D0B9
Tints of Vista Blue #A2D0B9
RGB
CMYK
RGB Variations
Color information
#A2D0B9 (or 0xA2D0B9) is known color: Vista Blue. HEX triplet: A2, D0 and B9. RGB value is (162,208,185). Sum of RGB (Red+Green+Blue) = 162+208+185=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0B9 is #5D2F46. Grayscale: #BFBFBF. Windows color (decimal): -6106951 or 12177570. OLE color: 12177570.
HSL color Cylindrical-coordinate representation of color #A2D0B9: hue angle of 150º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0B9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
RGB | 162 | 208 | 185 | - |
CMYK | 0.22 | 0 | 0.11 | 0.18 |
HSL | 150º | 0.33% | 0.73% | - |
HSV(B) | 150º | 0.22% | 0.82% | - |
XYZ | 46.21 | 56.3 | 54.33 | - |
YUV | 191.62 | 124.26 | 106.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 208 | 185 | 0.22 | 0 | 0.11 | 0.18 | 150 | 0.33 | 0.73 |
Hex | A2 | D0 | B9 | 16 | 0 | B | 12 | 96 | 21 | 49 |
Octal | 242 | 320 | 271 | 26 | 0 | 13 | 22 | 226 | 41 | 111 |
Binary | 10100010 | 11010000 | 10111001 | 10110 | 0 | 1011 | 10010 | 10010110 | 100001 | 1001001 |
Color Harmonies of #A2D0B9
Complementary color
Monochromatic Colors of #A2D0B9
Black with #A2D0B9
Text Example
Text Example
White with #A2D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0B9; }
p { color: rgb(162,208,185); }
H1.HeaderClassName
{
color: #A2D0B9;
}
.AnyTagClassName
{
color: #A2D0B9;
}
</style>
background-color css
<style>
a { background-color: #A2D0B9; }
a { background-color: rgb(162,208,185); }
div.DivClassName
{
background-color: #A2D0B9;
}
.BgClassName
{
background-color: #A2D0B9;
}
</style>
border-color css
<style>
span { border-color: #A2D0B9; }
span { border-color: rgb(162,208,185); }
td.TdClassName
{
border-color: #A2D0B9;
}
.TagClassName
{
border-color: #A2D0B9;
}
</style>