Shades of Vista Blue #A5D5C1
Tints of Vista Blue #A5D5C1
RGB
CMYK
RGB Variations
Color information
#A5D5C1 (or 0xA5D5C1) is known color: Vista Blue. HEX triplet: A5, D5 and C1. RGB value is (165,213,193). Sum of RGB (Red+Green+Blue) = 165+213+193=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5C1 is #5A2A3E. Grayscale: #C4C4C4. Windows color (decimal): -5909055 or 12703141. OLE color: 12703141.
HSL color Cylindrical-coordinate representation of color #A5D5C1: hue angle of 155º 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 #A5D5C1 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 193 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.16 |
| HSL | 155º | 0.36% | 0.74% | - |
| HSV(B) | 155º | 0.23% | 0.84% | - |
| XYZ | 48.94 | 59.44 | 59.35 | - |
| YUV | 196.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 193 | 0.23 | 0 | 0.09 | 0.16 | 155 | 0.36 | 0.74 |
| Hex | A5 | D5 | C1 | 17 | 0 | 9 | 10 | 9B | 24 | 4A |
| Octal | 245 | 325 | 301 | 27 | 0 | 11 | 20 | 233 | 44 | 112 |
| Binary | 10100101 | 11010101 | 11000001 | 10111 | 0 | 1001 | 10000 | 10011011 | 100100 | 1001010 |
Color Harmonies of #A5D5C1
Complementary color
Monochromatic Colors of #A5D5C1
Black with #A5D5C1
Text Example
Text Example
White with #A5D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5C1; }
p { color: rgb(165,213,193); }
H1.HeaderClassName
{
color: #A5D5C1;
}
.AnyTagClassName
{
color: #A5D5C1;
}
</style>
background-color css
<style>
a { background-color: #A5D5C1; }
a { background-color: rgb(165,213,193); }
div.DivClassName
{
background-color: #A5D5C1;
}
.BgClassName
{
background-color: #A5D5C1;
}
</style>
border-color css
<style>
span { border-color: #A5D5C1; }
span { border-color: rgb(165,213,193); }
td.TdClassName
{
border-color: #A5D5C1;
}
.TagClassName
{
border-color: #A5D5C1;
}
</style>