Shades of Vista Blue #A5D8BD
Tints of Vista Blue #A5D8BD
RGB
CMYK
RGB Variations
Color information
#A5D8BD (or 0xA5D8BD) is known color: Vista Blue. HEX triplet: A5, D8 and BD. RGB value is (165,216,189). Sum of RGB (Red+Green+Blue) = 165+216+189=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8BD is #5A2742. Grayscale: #C5C5C5. Windows color (decimal): -5908291 or 12441765. OLE color: 12441765.
HSL color Cylindrical-coordinate representation of color #A5D8BD: hue angle of 148.24º 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 #A5D8BD is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 189 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.15 |
| HSL | 148.24º | 0.4% | 0.75% | - |
| HSV(B) | 148.24º | 0.24% | 0.85% | - |
| XYZ | 49.26 | 60.79 | 57.28 | - |
| YUV | 197.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 189 | 0.24 | 0 | 0.12 | 0.15 | 148.24 | 0.4 | 0.75 |
| Hex | A5 | D8 | BD | 18 | 0 | C | F | 94 | 28 | 4B |
| Octal | 245 | 330 | 275 | 30 | 0 | 14 | 17 | 224 | 50 | 113 |
| Binary | 10100101 | 11011000 | 10111101 | 11000 | 0 | 1100 | 1111 | 10010100 | 101000 | 1001011 |
Color Harmonies of #A5D8BD
Complementary color
Monochromatic Colors of #A5D8BD
Black with #A5D8BD
Text Example
Text Example
White with #A5D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8BD; }
p { color: rgb(165,216,189); }
H1.HeaderClassName
{
color: #A5D8BD;
}
.AnyTagClassName
{
color: #A5D8BD;
}
</style>
background-color css
<style>
a { background-color: #A5D8BD; }
a { background-color: rgb(165,216,189); }
div.DivClassName
{
background-color: #A5D8BD;
}
.BgClassName
{
background-color: #A5D8BD;
}
</style>
border-color css
<style>
span { border-color: #A5D8BD; }
span { border-color: rgb(165,216,189); }
td.TdClassName
{
border-color: #A5D8BD;
}
.TagClassName
{
border-color: #A5D8BD;
}
</style>