Shades of Vista Blue #A5D3BD
Tints of Vista Blue #A5D3BD
RGB
CMYK
RGB Variations
Color information
#A5D3BD (or 0xA5D3BD) is known color: Vista Blue. HEX triplet: A5, D3 and BD. RGB value is (165,211,189). Sum of RGB (Red+Green+Blue) = 165+211+189=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D3BD is #5A2C42. Grayscale: #C2C2C2. Windows color (decimal): -5909571 or 12440485. OLE color: 12440485.
HSL color Cylindrical-coordinate representation of color #A5D3BD: hue angle of 151.3º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D3BD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 189 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.17 |
| HSL | 151.3º | 0.34% | 0.74% | - |
| HSV(B) | 151.3º | 0.22% | 0.83% | - |
| XYZ | 48 | 58.26 | 56.86 | - |
| YUV | 194.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 189 | 0.22 | 0 | 0.10 | 0.17 | 151.3 | 0.34 | 0.74 |
| Hex | A5 | D3 | BD | 16 | 0 | A | 11 | 97 | 22 | 4A |
| Octal | 245 | 323 | 275 | 26 | 0 | 12 | 21 | 227 | 42 | 112 |
| Binary | 10100101 | 11010011 | 10111101 | 10110 | 0 | 1010 | 10001 | 10010111 | 100010 | 1001010 |
Color Harmonies of #A5D3BD
Complementary color
Monochromatic Colors of #A5D3BD
Black with #A5D3BD
Text Example
Text Example
White with #A5D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D3BD; }
p { color: rgb(165,211,189); }
H1.HeaderClassName
{
color: #A5D3BD;
}
.AnyTagClassName
{
color: #A5D3BD;
}
</style>
background-color css
<style>
a { background-color: #A5D3BD; }
a { background-color: rgb(165,211,189); }
div.DivClassName
{
background-color: #A5D3BD;
}
.BgClassName
{
background-color: #A5D3BD;
}
</style>
border-color css
<style>
span { border-color: #A5D3BD; }
span { border-color: rgb(165,211,189); }
td.TdClassName
{
border-color: #A5D3BD;
}
.TagClassName
{
border-color: #A5D3BD;
}
</style>