Shades of Vista Blue #A5D5B5
Tints of Vista Blue #A5D5B5
RGB
CMYK
RGB Variations
Color information
#A5D5B5 (or 0xA5D5B5) is known color: Vista Blue. HEX triplet: A5, D5 and B5. RGB value is (165,213,181). Sum of RGB (Red+Green+Blue) = 165+213+181=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5B5 is #5A2A4A. Grayscale: #C3C3C3. Windows color (decimal): -5909067 or 11916709. OLE color: 11916709.
HSL color Cylindrical-coordinate representation of color #A5D5B5: hue angle of 140º degrees, saturation: 0.36, 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 #A5D5B5 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 181 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.16 |
| HSL | 140º | 0.36% | 0.74% | - |
| HSV(B) | 140º | 0.23% | 0.84% | - |
| XYZ | 47.65 | 58.92 | 52.58 | - |
| YUV | 195 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 181 | 0.23 | 0 | 0.15 | 0.16 | 140 | 0.36 | 0.74 |
| Hex | A5 | D5 | B5 | 17 | 0 | F | 10 | 8C | 24 | 4A |
| Octal | 245 | 325 | 265 | 27 | 0 | 17 | 20 | 214 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10110101 | 10111 | 0 | 1111 | 10000 | 10001100 | 100100 | 1001010 |
Color Harmonies of #A5D5B5
Complementary color
Monochromatic Colors of #A5D5B5
Black with #A5D5B5
Text Example
Text Example
White with #A5D5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5B5; }
p { color: rgb(165,213,181); }
H1.HeaderClassName
{
color: #A5D5B5;
}
.AnyTagClassName
{
color: #A5D5B5;
}
</style>
background-color css
<style>
a { background-color: #A5D5B5; }
a { background-color: rgb(165,213,181); }
div.DivClassName
{
background-color: #A5D5B5;
}
.BgClassName
{
background-color: #A5D5B5;
}
</style>
border-color css
<style>
span { border-color: #A5D5B5; }
span { border-color: rgb(165,213,181); }
td.TdClassName
{
border-color: #A5D5B5;
}
.TagClassName
{
border-color: #A5D5B5;
}
</style>