Shades of Vista Blue #A3DFBC
Tints of Vista Blue #A3DFBC
RGB
CMYK
RGB Variations
Color information
#A3DFBC (or 0xA3DFBC) is known color: Vista Blue. HEX triplet: A3, DF and BC. RGB value is (163,223,188). Sum of RGB (Red+Green+Blue) = 163+223+188=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFBC is #5C2043. Grayscale: #C9C9C9. Windows color (decimal): -6037572 or 12378019. OLE color: 12378019.
HSL color Cylindrical-coordinate representation of color #A3DFBC: hue angle of 145º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFBC is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 188 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.13 |
| HSL | 145º | 0.48% | 0.76% | - |
| HSV(B) | 145º | 0.27% | 0.87% | - |
| XYZ | 50.57 | 64.19 | 57.3 | - |
| YUV | 201.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 188 | 0.27 | 0 | 0.16 | 0.13 | 145 | 0.48 | 0.76 |
| Hex | A3 | DF | BC | 1B | 0 | 10 | D | 91 | 30 | 4C |
| Octal | 243 | 337 | 274 | 33 | 0 | 20 | 15 | 221 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10111100 | 11011 | 0 | 10000 | 1101 | 10010001 | 110000 | 1001100 |
Color Harmonies of #A3DFBC
Complementary color
Monochromatic Colors of #A3DFBC
Black with #A3DFBC
Text Example
Text Example
White with #A3DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFBC; }
p { color: rgb(163,223,188); }
H1.HeaderClassName
{
color: #A3DFBC;
}
.AnyTagClassName
{
color: #A3DFBC;
}
</style>
background-color css
<style>
a { background-color: #A3DFBC; }
a { background-color: rgb(163,223,188); }
div.DivClassName
{
background-color: #A3DFBC;
}
.BgClassName
{
background-color: #A3DFBC;
}
</style>
border-color css
<style>
span { border-color: #A3DFBC; }
span { border-color: rgb(163,223,188); }
td.TdClassName
{
border-color: #A3DFBC;
}
.TagClassName
{
border-color: #A3DFBC;
}
</style>