Shades of Vista Blue #A5DEC0
Tints of Vista Blue #A5DEC0
RGB
CMYK
RGB Variations
Color information
#A5DEC0 (or 0xA5DEC0) is known color: Vista Blue. HEX triplet: A5, DE and C0. RGB value is (165,222,192). Sum of RGB (Red+Green+Blue) = 165+222+192=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEC0 is #5A213F. Grayscale: #C9C9C9. Windows color (decimal): -5906752 or 12639909. OLE color: 12639909.
HSL color Cylindrical-coordinate representation of color #A5DEC0: hue angle of 148.42º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEC0 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 192 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.13 |
| HSL | 148.42º | 0.46% | 0.76% | - |
| HSV(B) | 148.42º | 0.26% | 0.87% | - |
| XYZ | 51.15 | 64.05 | 59.54 | - |
| YUV | 201.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 192 | 0.26 | 0 | 0.14 | 0.13 | 148.42 | 0.46 | 0.76 |
| Hex | A5 | DE | C0 | 1A | 0 | E | D | 94 | 2E | 4C |
| Octal | 245 | 336 | 300 | 32 | 0 | 16 | 15 | 224 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11000000 | 11010 | 0 | 1110 | 1101 | 10010100 | 101110 | 1001100 |
Color Harmonies of #A5DEC0
Complementary color
Monochromatic Colors of #A5DEC0
Black with #A5DEC0
Text Example
Text Example
White with #A5DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEC0; }
p { color: rgb(165,222,192); }
H1.HeaderClassName
{
color: #A5DEC0;
}
.AnyTagClassName
{
color: #A5DEC0;
}
</style>
background-color css
<style>
a { background-color: #A5DEC0; }
a { background-color: rgb(165,222,192); }
div.DivClassName
{
background-color: #A5DEC0;
}
.BgClassName
{
background-color: #A5DEC0;
}
</style>
border-color css
<style>
span { border-color: #A5DEC0; }
span { border-color: rgb(165,222,192); }
td.TdClassName
{
border-color: #A5DEC0;
}
.TagClassName
{
border-color: #A5DEC0;
}
</style>