Shades of Vista Blue #A4DEBE
Tints of Vista Blue #A4DEBE
RGB
CMYK
RGB Variations
Color information
#A4DEBE (or 0xA4DEBE) is known color: Vista Blue. HEX triplet: A4, DE and BE. RGB value is (164,222,190). Sum of RGB (Red+Green+Blue) = 164+222+190=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEBE is #5B2141. Grayscale: #C9C9C9. Windows color (decimal): -5972290 or 12508836. OLE color: 12508836.
HSL color Cylindrical-coordinate representation of color #A4DEBE: hue angle of 146.9º 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 #A4DEBE is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 190 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.13 |
| HSL | 146.9º | 0.47% | 0.76% | - |
| HSV(B) | 146.9º | 0.26% | 0.87% | - |
| XYZ | 50.73 | 63.85 | 58.37 | - |
| YUV | 201.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 190 | 0.26 | 0 | 0.14 | 0.13 | 146.9 | 0.47 | 0.76 |
| Hex | A4 | DE | BE | 1A | 0 | E | D | 93 | 2F | 4C |
| Octal | 244 | 336 | 276 | 32 | 0 | 16 | 15 | 223 | 57 | 114 |
| Binary | 10100100 | 11011110 | 10111110 | 11010 | 0 | 1110 | 1101 | 10010011 | 101111 | 1001100 |
Color Harmonies of #A4DEBE
Complementary color
Monochromatic Colors of #A4DEBE
Black with #A4DEBE
Text Example
Text Example
White with #A4DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DEBE; }
p { color: rgb(164,222,190); }
H1.HeaderClassName
{
color: #A4DEBE;
}
.AnyTagClassName
{
color: #A4DEBE;
}
</style>
background-color css
<style>
a { background-color: #A4DEBE; }
a { background-color: rgb(164,222,190); }
div.DivClassName
{
background-color: #A4DEBE;
}
.BgClassName
{
background-color: #A4DEBE;
}
</style>
border-color css
<style>
span { border-color: #A4DEBE; }
span { border-color: rgb(164,222,190); }
td.TdClassName
{
border-color: #A4DEBE;
}
.TagClassName
{
border-color: #A4DEBE;
}
</style>