Shades of Vista Blue #A5D5C0
Tints of Vista Blue #A5D5C0
RGB
CMYK
RGB Variations
Color information
#A5D5C0 (or 0xA5D5C0) is known color: Vista Blue. HEX triplet: A5, D5 and C0. RGB value is (165,213,192). Sum of RGB (Red+Green+Blue) = 165+213+192=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5C0 is #5A2A3F. Grayscale: #C4C4C4. Windows color (decimal): -5909056 or 12637605. OLE color: 12637605.
HSL color Cylindrical-coordinate representation of color #A5D5C0: hue angle of 153.75º 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 #A5D5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 192 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.16 |
| HSL | 153.75º | 0.36% | 0.74% | - |
| HSV(B) | 153.75º | 0.23% | 0.84% | - |
| XYZ | 48.83 | 59.39 | 58.76 | - |
| YUV | 196.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 192 | 0.23 | 0 | 0.10 | 0.16 | 153.75 | 0.36 | 0.74 |
| Hex | A5 | D5 | C0 | 17 | 0 | A | 10 | 9A | 24 | 4A |
| Octal | 245 | 325 | 300 | 27 | 0 | 12 | 20 | 232 | 44 | 112 |
| Binary | 10100101 | 11010101 | 11000000 | 10111 | 0 | 1010 | 10000 | 10011010 | 100100 | 1001010 |
Color Harmonies of #A5D5C0
Complementary color
Monochromatic Colors of #A5D5C0
Black with #A5D5C0
Text Example
Text Example
White with #A5D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5C0; }
p { color: rgb(165,213,192); }
H1.HeaderClassName
{
color: #A5D5C0;
}
.AnyTagClassName
{
color: #A5D5C0;
}
</style>
background-color css
<style>
a { background-color: #A5D5C0; }
a { background-color: rgb(165,213,192); }
div.DivClassName
{
background-color: #A5D5C0;
}
.BgClassName
{
background-color: #A5D5C0;
}
</style>
border-color css
<style>
span { border-color: #A5D5C0; }
span { border-color: rgb(165,213,192); }
td.TdClassName
{
border-color: #A5D5C0;
}
.TagClassName
{
border-color: #A5D5C0;
}
</style>