Shades of Vista Blue #A5DEC1
Tints of Vista Blue #A5DEC1
RGB
CMYK
RGB Variations
Color information
#A5DEC1 (or 0xA5DEC1) is known color: Vista Blue. HEX triplet: A5, DE and C1. RGB value is (165,222,193). Sum of RGB (Red+Green+Blue) = 165+222+193=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEC1 is #5A213E. Grayscale: #C9C9C9. Windows color (decimal): -5906751 or 12705445. OLE color: 12705445.
HSL color Cylindrical-coordinate representation of color #A5DEC1: hue angle of 149.47º 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 #A5DEC1 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 193 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.13 |
| HSL | 149.47º | 0.46% | 0.76% | - |
| HSV(B) | 149.47º | 0.26% | 0.87% | - |
| XYZ | 51.26 | 64.09 | 60.12 | - |
| YUV | 201.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 193 | 0.26 | 0 | 0.13 | 0.13 | 149.47 | 0.46 | 0.76 |
| Hex | A5 | DE | C1 | 1A | 0 | D | D | 95 | 2E | 4C |
| Octal | 245 | 336 | 301 | 32 | 0 | 15 | 15 | 225 | 56 | 114 |
| Binary | 10100101 | 11011110 | 11000001 | 11010 | 0 | 1101 | 1101 | 10010101 | 101110 | 1001100 |
Color Harmonies of #A5DEC1
Complementary color
Monochromatic Colors of #A5DEC1
Black with #A5DEC1
Text Example
Text Example
White with #A5DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEC1; }
p { color: rgb(165,222,193); }
H1.HeaderClassName
{
color: #A5DEC1;
}
.AnyTagClassName
{
color: #A5DEC1;
}
</style>
background-color css
<style>
a { background-color: #A5DEC1; }
a { background-color: rgb(165,222,193); }
div.DivClassName
{
background-color: #A5DEC1;
}
.BgClassName
{
background-color: #A5DEC1;
}
</style>
border-color css
<style>
span { border-color: #A5DEC1; }
span { border-color: rgb(165,222,193); }
td.TdClassName
{
border-color: #A5DEC1;
}
.TagClassName
{
border-color: #A5DEC1;
}
</style>