Shades of Vista Blue #A5D6BC
Tints of Vista Blue #A5D6BC
RGB
CMYK
RGB Variations
Color information
#A5D6BC (or 0xA5D6BC) is known color: Vista Blue. HEX triplet: A5, D6 and BC. RGB value is (165,214,188). Sum of RGB (Red+Green+Blue) = 165+214+188=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6BC is #5A2943. Grayscale: #C4C4C4. Windows color (decimal): -5908804 or 12375717. OLE color: 12375717.
HSL color Cylindrical-coordinate representation of color #A5D6BC: hue angle of 148.16º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6BC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 188 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.16 |
| HSL | 148.16º | 0.37% | 0.74% | - |
| HSV(B) | 148.16º | 0.23% | 0.84% | - |
| XYZ | 48.64 | 59.72 | 56.54 | - |
| YUV | 196.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 188 | 0.23 | 0 | 0.12 | 0.16 | 148.16 | 0.37 | 0.74 |
| Hex | A5 | D6 | BC | 17 | 0 | C | 10 | 94 | 25 | 4A |
| Octal | 245 | 326 | 274 | 27 | 0 | 14 | 20 | 224 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10111100 | 10111 | 0 | 1100 | 10000 | 10010100 | 100101 | 1001010 |
Color Harmonies of #A5D6BC
Complementary color
Monochromatic Colors of #A5D6BC
Black with #A5D6BC
Text Example
Text Example
White with #A5D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6BC; }
p { color: rgb(165,214,188); }
H1.HeaderClassName
{
color: #A5D6BC;
}
.AnyTagClassName
{
color: #A5D6BC;
}
</style>
background-color css
<style>
a { background-color: #A5D6BC; }
a { background-color: rgb(165,214,188); }
div.DivClassName
{
background-color: #A5D6BC;
}
.BgClassName
{
background-color: #A5D6BC;
}
</style>
border-color css
<style>
span { border-color: #A5D6BC; }
span { border-color: rgb(165,214,188); }
td.TdClassName
{
border-color: #A5D6BC;
}
.TagClassName
{
border-color: #A5D6BC;
}
</style>