Shades of Vista Blue #A3DCB6
Tints of Vista Blue #A3DCB6
RGB
CMYK
RGB Variations
Color information
#A3DCB6 (or 0xA3DCB6) is known color: Vista Blue. HEX triplet: A3, DC and B6. RGB value is (163,220,182). Sum of RGB (Red+Green+Blue) = 163+220+182=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCB6 is #5C2349. Grayscale: #C6C6C6. Windows color (decimal): -6038346 or 11984035. OLE color: 11984035.
HSL color Cylindrical-coordinate representation of color #A3DCB6: hue angle of 140º 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 #A3DCB6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 182 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.14 |
| HSL | 140º | 0.45% | 0.75% | - |
| HSV(B) | 140º | 0.26% | 0.86% | - |
| XYZ | 49.14 | 62.35 | 53.7 | - |
| YUV | 198.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 182 | 0.26 | 0 | 0.17 | 0.14 | 140 | 0.45 | 0.75 |
| Hex | A3 | DC | B6 | 1A | 0 | 11 | E | 8C | 2D | 4B |
| Octal | 243 | 334 | 266 | 32 | 0 | 21 | 16 | 214 | 55 | 113 |
| Binary | 10100011 | 11011100 | 10110110 | 11010 | 0 | 10001 | 1110 | 10001100 | 101101 | 1001011 |
Color Harmonies of #A3DCB6
Complementary color
Monochromatic Colors of #A3DCB6
Black with #A3DCB6
Text Example
Text Example
White with #A3DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCB6; }
p { color: rgb(163,220,182); }
H1.HeaderClassName
{
color: #A3DCB6;
}
.AnyTagClassName
{
color: #A3DCB6;
}
</style>
background-color css
<style>
a { background-color: #A3DCB6; }
a { background-color: rgb(163,220,182); }
div.DivClassName
{
background-color: #A3DCB6;
}
.BgClassName
{
background-color: #A3DCB6;
}
</style>
border-color css
<style>
span { border-color: #A3DCB6; }
span { border-color: rgb(163,220,182); }
td.TdClassName
{
border-color: #A3DCB6;
}
.TagClassName
{
border-color: #A3DCB6;
}
</style>