Shades of Vista Blue #A3DCC2
Tints of Vista Blue #A3DCC2
RGB
CMYK
RGB Variations
Color information
#A3DCC2 (or 0xA3DCC2) is known color: Vista Blue. HEX triplet: A3, DC and C2. RGB value is (163,220,194). Sum of RGB (Red+Green+Blue) = 163+220+194=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCC2 is #5C233D. Grayscale: #C8C8C8. Windows color (decimal): -6038334 or 12770467. OLE color: 12770467.
HSL color Cylindrical-coordinate representation of color #A3DCC2: hue angle of 152.63º 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 #A3DCC2 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 194 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.14 |
| HSL | 152.63º | 0.45% | 0.75% | - |
| HSV(B) | 152.63º | 0.26% | 0.86% | - |
| XYZ | 50.44 | 62.87 | 60.52 | - |
| YUV | 199.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 194 | 0.26 | 0 | 0.12 | 0.14 | 152.63 | 0.45 | 0.75 |
| Hex | A3 | DC | C2 | 1A | 0 | C | E | 99 | 2D | 4B |
| Octal | 243 | 334 | 302 | 32 | 0 | 14 | 16 | 231 | 55 | 113 |
| Binary | 10100011 | 11011100 | 11000010 | 11010 | 0 | 1100 | 1110 | 10011001 | 101101 | 1001011 |
Color Harmonies of #A3DCC2
Complementary color
Monochromatic Colors of #A3DCC2
Black with #A3DCC2
Text Example
Text Example
White with #A3DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCC2; }
p { color: rgb(163,220,194); }
H1.HeaderClassName
{
color: #A3DCC2;
}
.AnyTagClassName
{
color: #A3DCC2;
}
</style>
background-color css
<style>
a { background-color: #A3DCC2; }
a { background-color: rgb(163,220,194); }
div.DivClassName
{
background-color: #A3DCC2;
}
.BgClassName
{
background-color: #A3DCC2;
}
</style>
border-color css
<style>
span { border-color: #A3DCC2; }
span { border-color: rgb(163,220,194); }
td.TdClassName
{
border-color: #A3DCC2;
}
.TagClassName
{
border-color: #A3DCC2;
}
</style>