Shades of Vista Blue #A5DEB8
Tints of Vista Blue #A5DEB8
RGB
CMYK
RGB Variations
Color information
#A5DEB8 (or 0xA5DEB8) is known color: Vista Blue. HEX triplet: A5, DE and B8. RGB value is (165,222,184). Sum of RGB (Red+Green+Blue) = 165+222+184=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEB8 is #5A2147. Grayscale: #C8C8C8. Windows color (decimal): -5906760 or 12115621. OLE color: 12115621.
HSL color Cylindrical-coordinate representation of color #A5DEB8: hue angle of 140º 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 #A5DEB8 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 184 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.13 |
| HSL | 140º | 0.46% | 0.76% | - |
| HSV(B) | 140º | 0.26% | 0.87% | - |
| XYZ | 50.29 | 63.7 | 54.99 | - |
| YUV | 200.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 184 | 0.26 | 0 | 0.17 | 0.13 | 140 | 0.46 | 0.76 |
| Hex | A5 | DE | B8 | 1A | 0 | 11 | D | 8C | 2E | 4C |
| Octal | 245 | 336 | 270 | 32 | 0 | 21 | 15 | 214 | 56 | 114 |
| Binary | 10100101 | 11011110 | 10111000 | 11010 | 0 | 10001 | 1101 | 10001100 | 101110 | 1001100 |
Color Harmonies of #A5DEB8
Complementary color
Monochromatic Colors of #A5DEB8
Black with #A5DEB8
Text Example
Text Example
White with #A5DEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEB8; }
p { color: rgb(165,222,184); }
H1.HeaderClassName
{
color: #A5DEB8;
}
.AnyTagClassName
{
color: #A5DEB8;
}
</style>
background-color css
<style>
a { background-color: #A5DEB8; }
a { background-color: rgb(165,222,184); }
div.DivClassName
{
background-color: #A5DEB8;
}
.BgClassName
{
background-color: #A5DEB8;
}
</style>
border-color css
<style>
span { border-color: #A5DEB8; }
span { border-color: rgb(165,222,184); }
td.TdClassName
{
border-color: #A5DEB8;
}
.TagClassName
{
border-color: #A5DEB8;
}
</style>