Shades of Vista Blue #A3D2BB
Tints of Vista Blue #A3D2BB
RGB
CMYK
RGB Variations
Color information
#A3D2BB (or 0xA3D2BB) is known color: Vista Blue. HEX triplet: A3, D2 and BB. RGB value is (163,210,187). Sum of RGB (Red+Green+Blue) = 163+210+187=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2BB is #5C2D44. Grayscale: #C1C1C1. Windows color (decimal): -6040901 or 12309155. OLE color: 12309155.
HSL color Cylindrical-coordinate representation of color #A3D2BB: hue angle of 150.64º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D2BB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 187 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.18 |
| HSL | 150.64º | 0.34% | 0.73% | - |
| HSV(B) | 150.64º | 0.22% | 0.82% | - |
| XYZ | 47.12 | 57.47 | 55.62 | - |
| YUV | 193.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 187 | 0.22 | 0 | 0.11 | 0.18 | 150.64 | 0.34 | 0.73 |
| Hex | A3 | D2 | BB | 16 | 0 | B | 12 | 97 | 22 | 49 |
| Octal | 243 | 322 | 273 | 26 | 0 | 13 | 22 | 227 | 42 | 111 |
| Binary | 10100011 | 11010010 | 10111011 | 10110 | 0 | 1011 | 10010 | 10010111 | 100010 | 1001001 |
Color Harmonies of #A3D2BB
Complementary color
Monochromatic Colors of #A3D2BB
Black with #A3D2BB
Text Example
Text Example
White with #A3D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D2BB; }
p { color: rgb(163,210,187); }
H1.HeaderClassName
{
color: #A3D2BB;
}
.AnyTagClassName
{
color: #A3D2BB;
}
</style>
background-color css
<style>
a { background-color: #A3D2BB; }
a { background-color: rgb(163,210,187); }
div.DivClassName
{
background-color: #A3D2BB;
}
.BgClassName
{
background-color: #A3D2BB;
}
</style>
border-color css
<style>
span { border-color: #A3D2BB; }
span { border-color: rgb(163,210,187); }
td.TdClassName
{
border-color: #A3D2BB;
}
.TagClassName
{
border-color: #A3D2BB;
}
</style>