Shades of Vista Blue #A5D8BE
Tints of Vista Blue #A5D8BE
RGB
CMYK
RGB Variations
Color information
#A5D8BE (or 0xA5D8BE) is known color: Vista Blue. HEX triplet: A5, D8 and BE. RGB value is (165,216,190). Sum of RGB (Red+Green+Blue) = 165+216+190=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8BE is #5A2741. Grayscale: #C5C5C5. Windows color (decimal): -5908290 or 12507301. OLE color: 12507301.
HSL color Cylindrical-coordinate representation of color #A5D8BE: hue angle of 149.41º degrees, saturation: 0.4, 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 #A5D8BE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 190 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.15 |
| HSL | 149.41º | 0.4% | 0.75% | - |
| HSV(B) | 149.41º | 0.24% | 0.85% | - |
| XYZ | 49.37 | 60.83 | 57.85 | - |
| YUV | 197.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 190 | 0.24 | 0 | 0.12 | 0.15 | 149.41 | 0.4 | 0.75 |
| Hex | A5 | D8 | BE | 18 | 0 | C | F | 95 | 28 | 4B |
| Octal | 245 | 330 | 276 | 30 | 0 | 14 | 17 | 225 | 50 | 113 |
| Binary | 10100101 | 11011000 | 10111110 | 11000 | 0 | 1100 | 1111 | 10010101 | 101000 | 1001011 |
Color Harmonies of #A5D8BE
Complementary color
Monochromatic Colors of #A5D8BE
Black with #A5D8BE
Text Example
Text Example
White with #A5D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8BE; }
p { color: rgb(165,216,190); }
H1.HeaderClassName
{
color: #A5D8BE;
}
.AnyTagClassName
{
color: #A5D8BE;
}
</style>
background-color css
<style>
a { background-color: #A5D8BE; }
a { background-color: rgb(165,216,190); }
div.DivClassName
{
background-color: #A5D8BE;
}
.BgClassName
{
background-color: #A5D8BE;
}
</style>
border-color css
<style>
span { border-color: #A5D8BE; }
span { border-color: rgb(165,216,190); }
td.TdClassName
{
border-color: #A5D8BE;
}
.TagClassName
{
border-color: #A5D8BE;
}
</style>