Shades of Vista Blue #A5CDB7
Tints of Vista Blue #A5CDB7
RGB
CMYK
RGB Variations
Color information
#A5CDB7 (or 0xA5CDB7) is known color: Vista Blue. HEX triplet: A5, CD and B7. RGB value is (165,205,183). Sum of RGB (Red+Green+Blue) = 165+205+183=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDB7 is #5A3248. Grayscale: #BEBEBE. Windows color (decimal): -5911113 or 12045733. OLE color: 12045733.
HSL color Cylindrical-coordinate representation of color #A5CDB7: hue angle of 147º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDB7 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 183 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.20 |
| HSL | 147º | 0.29% | 0.73% | - |
| HSV(B) | 147º | 0.2% | 0.8% | - |
| XYZ | 45.9 | 55.08 | 53.01 | - |
| YUV | 190.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 183 | 0.20 | 0 | 0.11 | 0.20 | 147 | 0.29 | 0.73 |
| Hex | A5 | CD | B7 | 14 | 0 | B | 14 | 93 | 1D | 49 |
| Octal | 245 | 315 | 267 | 24 | 0 | 13 | 24 | 223 | 35 | 111 |
| Binary | 10100101 | 11001101 | 10110111 | 10100 | 0 | 1011 | 10100 | 10010011 | 11101 | 1001001 |
Color Harmonies of #A5CDB7
Complementary color
Monochromatic Colors of #A5CDB7
Black with #A5CDB7
Text Example
Text Example
White with #A5CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDB7; }
p { color: rgb(165,205,183); }
H1.HeaderClassName
{
color: #A5CDB7;
}
.AnyTagClassName
{
color: #A5CDB7;
}
</style>
background-color css
<style>
a { background-color: #A5CDB7; }
a { background-color: rgb(165,205,183); }
div.DivClassName
{
background-color: #A5CDB7;
}
.BgClassName
{
background-color: #A5CDB7;
}
</style>
border-color css
<style>
span { border-color: #A5CDB7; }
span { border-color: rgb(165,205,183); }
td.TdClassName
{
border-color: #A5CDB7;
}
.TagClassName
{
border-color: #A5CDB7;
}
</style>