Shades of Vista Blue #A4DEBD
Tints of Vista Blue #A4DEBD
RGB
CMYK
RGB Variations
Color information
#A4DEBD (or 0xA4DEBD) is known color: Vista Blue. HEX triplet: A4, DE and BD. RGB value is (164,222,189). Sum of RGB (Red+Green+Blue) = 164+222+189=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEBD is #5B2142. Grayscale: #C8C8C8. Windows color (decimal): -5972291 or 12443300. OLE color: 12443300.
HSL color Cylindrical-coordinate representation of color #A4DEBD: hue angle of 145.86º degrees, saturation: 0.47, 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 #A4DEBD is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 189 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.13 |
| HSL | 145.86º | 0.47% | 0.76% | - |
| HSV(B) | 145.86º | 0.26% | 0.87% | - |
| XYZ | 50.62 | 63.81 | 57.79 | - |
| YUV | 200.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 189 | 0.26 | 0 | 0.15 | 0.13 | 145.86 | 0.47 | 0.76 |
| Hex | A4 | DE | BD | 1A | 0 | F | D | 92 | 2F | 4C |
| Octal | 244 | 336 | 275 | 32 | 0 | 17 | 15 | 222 | 57 | 114 |
| Binary | 10100100 | 11011110 | 10111101 | 11010 | 0 | 1111 | 1101 | 10010010 | 101111 | 1001100 |
Color Harmonies of #A4DEBD
Complementary color
Monochromatic Colors of #A4DEBD
Black with #A4DEBD
Text Example
Text Example
White with #A4DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DEBD; }
p { color: rgb(164,222,189); }
H1.HeaderClassName
{
color: #A4DEBD;
}
.AnyTagClassName
{
color: #A4DEBD;
}
</style>
background-color css
<style>
a { background-color: #A4DEBD; }
a { background-color: rgb(164,222,189); }
div.DivClassName
{
background-color: #A4DEBD;
}
.BgClassName
{
background-color: #A4DEBD;
}
</style>
border-color css
<style>
span { border-color: #A4DEBD; }
span { border-color: rgb(164,222,189); }
td.TdClassName
{
border-color: #A4DEBD;
}
.TagClassName
{
border-color: #A4DEBD;
}
</style>