Shades of Vista Blue #A3DEC3
Tints of Vista Blue #A3DEC3
RGB
CMYK
RGB Variations
Color information
#A3DEC3 (or 0xA3DEC3) is known color: Vista Blue. HEX triplet: A3, DE and C3. RGB value is (163,222,195). Sum of RGB (Red+Green+Blue) = 163+222+195=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEC3 is #5C213C. Grayscale: #C9C9C9. Windows color (decimal): -6037821 or 12836515. OLE color: 12836515.
HSL color Cylindrical-coordinate representation of color #A3DEC3: hue angle of 152.54º 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 #A3DEC3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 195 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.13 |
| HSL | 152.54º | 0.47% | 0.75% | - |
| HSV(B) | 152.54º | 0.27% | 0.87% | - |
| XYZ | 51.08 | 63.97 | 61.29 | - |
| YUV | 201.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 195 | 0.27 | 0 | 0.12 | 0.13 | 152.54 | 0.47 | 0.75 |
| Hex | A3 | DE | C3 | 1B | 0 | C | D | 99 | 2F | 4B |
| Octal | 243 | 336 | 303 | 33 | 0 | 14 | 15 | 231 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11000011 | 11011 | 0 | 1100 | 1101 | 10011001 | 101111 | 1001011 |
Color Harmonies of #A3DEC3
Complementary color
Monochromatic Colors of #A3DEC3
Black with #A3DEC3
Text Example
Text Example
White with #A3DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEC3; }
p { color: rgb(163,222,195); }
H1.HeaderClassName
{
color: #A3DEC3;
}
.AnyTagClassName
{
color: #A3DEC3;
}
</style>
background-color css
<style>
a { background-color: #A3DEC3; }
a { background-color: rgb(163,222,195); }
div.DivClassName
{
background-color: #A3DEC3;
}
.BgClassName
{
background-color: #A3DEC3;
}
</style>
border-color css
<style>
span { border-color: #A3DEC3; }
span { border-color: rgb(163,222,195); }
td.TdClassName
{
border-color: #A3DEC3;
}
.TagClassName
{
border-color: #A3DEC3;
}
</style>