Shades of Vista Blue #A3DEC1
Tints of Vista Blue #A3DEC1
RGB
CMYK
RGB Variations
Color information
#A3DEC1 (or 0xA3DEC1) is known color: Vista Blue. HEX triplet: A3, DE and C1. RGB value is (163,222,193). Sum of RGB (Red+Green+Blue) = 163+222+193=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEC1 is #5C213E. Grayscale: #C9C9C9. Windows color (decimal): -6037823 or 12705443. OLE color: 12705443.
HSL color Cylindrical-coordinate representation of color #A3DEC1: hue angle of 150.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEC1 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 193 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.13 |
| HSL | 150.51º | 0.47% | 0.75% | - |
| HSV(B) | 150.51º | 0.27% | 0.87% | - |
| XYZ | 50.85 | 63.88 | 60.1 | - |
| YUV | 201.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 193 | 0.27 | 0 | 0.13 | 0.13 | 150.51 | 0.47 | 0.75 |
| Hex | A3 | DE | C1 | 1B | 0 | D | D | 97 | 2F | 4B |
| Octal | 243 | 336 | 301 | 33 | 0 | 15 | 15 | 227 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11000001 | 11011 | 0 | 1101 | 1101 | 10010111 | 101111 | 1001011 |
Color Harmonies of #A3DEC1
Complementary color
Monochromatic Colors of #A3DEC1
Black with #A3DEC1
Text Example
Text Example
White with #A3DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEC1; }
p { color: rgb(163,222,193); }
H1.HeaderClassName
{
color: #A3DEC1;
}
.AnyTagClassName
{
color: #A3DEC1;
}
</style>
background-color css
<style>
a { background-color: #A3DEC1; }
a { background-color: rgb(163,222,193); }
div.DivClassName
{
background-color: #A3DEC1;
}
.BgClassName
{
background-color: #A3DEC1;
}
</style>
border-color css
<style>
span { border-color: #A3DEC1; }
span { border-color: rgb(163,222,193); }
td.TdClassName
{
border-color: #A3DEC1;
}
.TagClassName
{
border-color: #A3DEC1;
}
</style>