Shades of Vista Blue #A3D7C2
Tints of Vista Blue #A3D7C2
RGB
CMYK
RGB Variations
Color information
#A3D7C2 (or 0xA3D7C2) is known color: Vista Blue. HEX triplet: A3, D7 and C2. RGB value is (163,215,194). Sum of RGB (Red+Green+Blue) = 163+215+194=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7C2 is #5C283D. Grayscale: #C5C5C5. Windows color (decimal): -6039614 or 12769187. OLE color: 12769187.
HSL color Cylindrical-coordinate representation of color #A3D7C2: hue angle of 155.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7C2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 194 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.16 |
| HSL | 155.77º | 0.39% | 0.74% | - |
| HSV(B) | 155.77º | 0.24% | 0.84% | - |
| XYZ | 49.14 | 60.28 | 60.08 | - |
| YUV | 197.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 194 | 0.24 | 0 | 0.10 | 0.16 | 155.77 | 0.39 | 0.74 |
| Hex | A3 | D7 | C2 | 18 | 0 | A | 10 | 9C | 27 | 4A |
| Octal | 243 | 327 | 302 | 30 | 0 | 12 | 20 | 234 | 47 | 112 |
| Binary | 10100011 | 11010111 | 11000010 | 11000 | 0 | 1010 | 10000 | 10011100 | 100111 | 1001010 |
Color Harmonies of #A3D7C2
Complementary color
Monochromatic Colors of #A3D7C2
Black with #A3D7C2
Text Example
Text Example
White with #A3D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7C2; }
p { color: rgb(163,215,194); }
H1.HeaderClassName
{
color: #A3D7C2;
}
.AnyTagClassName
{
color: #A3D7C2;
}
</style>
background-color css
<style>
a { background-color: #A3D7C2; }
a { background-color: rgb(163,215,194); }
div.DivClassName
{
background-color: #A3D7C2;
}
.BgClassName
{
background-color: #A3D7C2;
}
</style>
border-color css
<style>
span { border-color: #A3D7C2; }
span { border-color: rgb(163,215,194); }
td.TdClassName
{
border-color: #A3D7C2;
}
.TagClassName
{
border-color: #A3D7C2;
}
</style>