Shades of Vista Blue #A5D6BE
Tints of Vista Blue #A5D6BE
RGB
CMYK
RGB Variations
Color information
#A5D6BE (or 0xA5D6BE) is known color: Vista Blue. HEX triplet: A5, D6 and BE. RGB value is (165,214,190). Sum of RGB (Red+Green+Blue) = 165+214+190=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6BE is #5A2941. Grayscale: #C4C4C4. Windows color (decimal): -5908802 or 12506789. OLE color: 12506789.
HSL color Cylindrical-coordinate representation of color #A5D6BE: hue angle of 150.61º 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 #A5D6BE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 190 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.16 |
| HSL | 150.61º | 0.37% | 0.74% | - |
| HSV(B) | 150.61º | 0.23% | 0.84% | - |
| XYZ | 48.86 | 59.81 | 57.68 | - |
| YUV | 196.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 190 | 0.23 | 0 | 0.11 | 0.16 | 150.61 | 0.37 | 0.74 |
| Hex | A5 | D6 | BE | 17 | 0 | B | 10 | 97 | 25 | 4A |
| Octal | 245 | 326 | 276 | 27 | 0 | 13 | 20 | 227 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10111110 | 10111 | 0 | 1011 | 10000 | 10010111 | 100101 | 1001010 |
Color Harmonies of #A5D6BE
Complementary color
Monochromatic Colors of #A5D6BE
Black with #A5D6BE
Text Example
Text Example
White with #A5D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6BE; }
p { color: rgb(165,214,190); }
H1.HeaderClassName
{
color: #A5D6BE;
}
.AnyTagClassName
{
color: #A5D6BE;
}
</style>
background-color css
<style>
a { background-color: #A5D6BE; }
a { background-color: rgb(165,214,190); }
div.DivClassName
{
background-color: #A5D6BE;
}
.BgClassName
{
background-color: #A5D6BE;
}
</style>
border-color css
<style>
span { border-color: #A5D6BE; }
span { border-color: rgb(165,214,190); }
td.TdClassName
{
border-color: #A5D6BE;
}
.TagClassName
{
border-color: #A5D6BE;
}
</style>