Shades of Vista Blue #A3DCBF
Tints of Vista Blue #A3DCBF
RGB
CMYK
RGB Variations
Color information
#A3DCBF (or 0xA3DCBF) is known color: Vista Blue. HEX triplet: A3, DC and BF. RGB value is (163,220,191). Sum of RGB (Red+Green+Blue) = 163+220+191=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCBF is #5C2340. Grayscale: #C7C7C7. Windows color (decimal): -6038337 or 12573859. OLE color: 12573859.
HSL color Cylindrical-coordinate representation of color #A3DCBF: hue angle of 149.47º 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 #A3DCBF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 191 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.14 |
| HSL | 149.47º | 0.45% | 0.75% | - |
| HSV(B) | 149.47º | 0.26% | 0.86% | - |
| XYZ | 50.1 | 62.73 | 58.76 | - |
| YUV | 199.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 191 | 0.26 | 0 | 0.13 | 0.14 | 149.47 | 0.45 | 0.75 |
| Hex | A3 | DC | BF | 1A | 0 | D | E | 95 | 2D | 4B |
| Octal | 243 | 334 | 277 | 32 | 0 | 15 | 16 | 225 | 55 | 113 |
| Binary | 10100011 | 11011100 | 10111111 | 11010 | 0 | 1101 | 1110 | 10010101 | 101101 | 1001011 |
Color Harmonies of #A3DCBF
Complementary color
Monochromatic Colors of #A3DCBF
Black with #A3DCBF
Text Example
Text Example
White with #A3DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCBF; }
p { color: rgb(163,220,191); }
H1.HeaderClassName
{
color: #A3DCBF;
}
.AnyTagClassName
{
color: #A3DCBF;
}
</style>
background-color css
<style>
a { background-color: #A3DCBF; }
a { background-color: rgb(163,220,191); }
div.DivClassName
{
background-color: #A3DCBF;
}
.BgClassName
{
background-color: #A3DCBF;
}
</style>
border-color css
<style>
span { border-color: #A3DCBF; }
span { border-color: rgb(163,220,191); }
td.TdClassName
{
border-color: #A3DCBF;
}
.TagClassName
{
border-color: #A3DCBF;
}
</style>