Shades of Vista Blue #A5DEBB
Tints of Vista Blue #A5DEBB
RGB
CMYK
RGB Variations
Color information
#A5DEBB (or 0xA5DEBB) is known color: Vista Blue. HEX triplet: A5, DE and BB. RGB value is (165,222,187). Sum of RGB (Red+Green+Blue) = 165+222+187=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEBB is #5A2144. Grayscale: #C9C9C9. Windows color (decimal): -5906757 or 12312229. OLE color: 12312229.
HSL color Cylindrical-coordinate representation of color #A5DEBB: hue angle of 143.16º 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 #A5DEBB is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 187 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.13 |
| HSL | 143.16º | 0.46% | 0.76% | - |
| HSV(B) | 143.16º | 0.26% | 0.87% | - |
| XYZ | 50.61 | 63.83 | 56.67 | - |
| YUV | 200.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 187 | 0.26 | 0 | 0.16 | 0.13 | 143.16 | 0.46 | 0.76 |
| Hex | A5 | DE | BB | 1A | 0 | 10 | D | 8F | 2E | 4C |
| Octal | 245 | 336 | 273 | 32 | 0 | 20 | 15 | 217 | 56 | 114 |
| Binary | 10100101 | 11011110 | 10111011 | 11010 | 0 | 10000 | 1101 | 10001111 | 101110 | 1001100 |
Color Harmonies of #A5DEBB
Complementary color
Monochromatic Colors of #A5DEBB
Black with #A5DEBB
Text Example
Text Example
White with #A5DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEBB; }
p { color: rgb(165,222,187); }
H1.HeaderClassName
{
color: #A5DEBB;
}
.AnyTagClassName
{
color: #A5DEBB;
}
</style>
background-color css
<style>
a { background-color: #A5DEBB; }
a { background-color: rgb(165,222,187); }
div.DivClassName
{
background-color: #A5DEBB;
}
.BgClassName
{
background-color: #A5DEBB;
}
</style>
border-color css
<style>
span { border-color: #A5DEBB; }
span { border-color: rgb(165,222,187); }
td.TdClassName
{
border-color: #A5DEBB;
}
.TagClassName
{
border-color: #A5DEBB;
}
</style>