Shades of Vista Blue #A2D4BC
Tints of Vista Blue #A2D4BC
RGB
CMYK
RGB Variations
Color information
#A2D4BC (or 0xA2D4BC) is known color: Vista Blue. HEX triplet: A2, D4 and BC. RGB value is (162,212,188). Sum of RGB (Red+Green+Blue) = 162+212+188=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D4BC is #5D2B43. Grayscale: #C2C2C2. Windows color (decimal): -6105924 or 12375202. OLE color: 12375202.
HSL color Cylindrical-coordinate representation of color #A2D4BC: hue angle of 151.2º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D4BC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
RGB | 162 | 212 | 188 | - |
CMYK | 0.24 | 0 | 0.11 | 0.17 |
HSL | 151.2º | 0.37% | 0.73% | - |
HSV(B) | 151.2º | 0.24% | 0.83% | - |
XYZ | 47.52 | 58.4 | 56.34 | - |
YUV | 194.31 | 124.44 | 104.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 212 | 188 | 0.24 | 0 | 0.11 | 0.17 | 151.2 | 0.37 | 0.73 |
Hex | A2 | D4 | BC | 18 | 0 | B | 11 | 97 | 25 | 49 |
Octal | 242 | 324 | 274 | 30 | 0 | 13 | 21 | 227 | 45 | 111 |
Binary | 10100010 | 11010100 | 10111100 | 11000 | 0 | 1011 | 10001 | 10010111 | 100101 | 1001001 |
Color Harmonies of #A2D4BC
Complementary color
Monochromatic Colors of #A2D4BC
Black with #A2D4BC
Text Example
Text Example
White with #A2D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D4BC; }
p { color: rgb(162,212,188); }
H1.HeaderClassName
{
color: #A2D4BC;
}
.AnyTagClassName
{
color: #A2D4BC;
}
</style>
background-color css
<style>
a { background-color: #A2D4BC; }
a { background-color: rgb(162,212,188); }
div.DivClassName
{
background-color: #A2D4BC;
}
.BgClassName
{
background-color: #A2D4BC;
}
</style>
border-color css
<style>
span { border-color: #A2D4BC; }
span { border-color: rgb(162,212,188); }
td.TdClassName
{
border-color: #A2D4BC;
}
.TagClassName
{
border-color: #A2D4BC;
}
</style>