Shades of Vista Blue #A3DBC4
Tints of Vista Blue #A3DBC4
RGB
CMYK
RGB Variations
Color information
#A3DBC4 (or 0xA3DBC4) is known color: Vista Blue. HEX triplet: A3, DB and C4. RGB value is (163,219,196). Sum of RGB (Red+Green+Blue) = 163+219+196=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBC4 is #5C243B. Grayscale: #C7C7C7. Windows color (decimal): -6038588 or 12901283. OLE color: 12901283.
HSL color Cylindrical-coordinate representation of color #A3DBC4: hue angle of 155.36º degrees, saturation: 0.44, 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 #A3DBC4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 196 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.14 |
| HSL | 155.36º | 0.44% | 0.75% | - |
| HSV(B) | 155.36º | 0.26% | 0.86% | - |
| XYZ | 50.4 | 62.44 | 61.62 | - |
| YUV | 199.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 196 | 0.26 | 0 | 0.11 | 0.14 | 155.36 | 0.44 | 0.75 |
| Hex | A3 | DB | C4 | 1A | 0 | B | E | 9B | 2C | 4B |
| Octal | 243 | 333 | 304 | 32 | 0 | 13 | 16 | 233 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11000100 | 11010 | 0 | 1011 | 1110 | 10011011 | 101100 | 1001011 |
Color Harmonies of #A3DBC4
Complementary color
Monochromatic Colors of #A3DBC4
Black with #A3DBC4
Text Example
Text Example
White with #A3DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBC4; }
p { color: rgb(163,219,196); }
H1.HeaderClassName
{
color: #A3DBC4;
}
.AnyTagClassName
{
color: #A3DBC4;
}
</style>
background-color css
<style>
a { background-color: #A3DBC4; }
a { background-color: rgb(163,219,196); }
div.DivClassName
{
background-color: #A3DBC4;
}
.BgClassName
{
background-color: #A3DBC4;
}
</style>
border-color css
<style>
span { border-color: #A3DBC4; }
span { border-color: rgb(163,219,196); }
td.TdClassName
{
border-color: #A3DBC4;
}
.TagClassName
{
border-color: #A3DBC4;
}
</style>