Shades of Vista Blue #A5D9BC
Tints of Vista Blue #A5D9BC
RGB
CMYK
RGB Variations
Color information
#A5D9BC (or 0xA5D9BC) is known color: Vista Blue. HEX triplet: A5, D9 and BC. RGB value is (165,217,188). Sum of RGB (Red+Green+Blue) = 165+217+188=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D9BC is #5A2643. Grayscale: #C6C6C6. Windows color (decimal): -5908036 or 12376485. OLE color: 12376485.
HSL color Cylindrical-coordinate representation of color #A5D9BC: hue angle of 146.54º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D9BC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 188 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.15 |
| HSL | 146.54º | 0.41% | 0.75% | - |
| HSV(B) | 146.54º | 0.24% | 0.85% | - |
| XYZ | 49.41 | 61.26 | 56.8 | - |
| YUV | 198.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 188 | 0.24 | 0 | 0.13 | 0.15 | 146.54 | 0.41 | 0.75 |
| Hex | A5 | D9 | BC | 18 | 0 | D | F | 93 | 29 | 4B |
| Octal | 245 | 331 | 274 | 30 | 0 | 15 | 17 | 223 | 51 | 113 |
| Binary | 10100101 | 11011001 | 10111100 | 11000 | 0 | 1101 | 1111 | 10010011 | 101001 | 1001011 |
Color Harmonies of #A5D9BC
Complementary color
Monochromatic Colors of #A5D9BC
Black with #A5D9BC
Text Example
Text Example
White with #A5D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D9BC; }
p { color: rgb(165,217,188); }
H1.HeaderClassName
{
color: #A5D9BC;
}
.AnyTagClassName
{
color: #A5D9BC;
}
</style>
background-color css
<style>
a { background-color: #A5D9BC; }
a { background-color: rgb(165,217,188); }
div.DivClassName
{
background-color: #A5D9BC;
}
.BgClassName
{
background-color: #A5D9BC;
}
</style>
border-color css
<style>
span { border-color: #A5D9BC; }
span { border-color: rgb(165,217,188); }
td.TdClassName
{
border-color: #A5D9BC;
}
.TagClassName
{
border-color: #A5D9BC;
}
</style>