Shades of Vista Blue #A5DEB7
Tints of Vista Blue #A5DEB7
RGB
CMYK
RGB Variations
Color information
#A5DEB7 (or 0xA5DEB7) is known color: Vista Blue. HEX triplet: A5, DE and B7. RGB value is (165,222,183). Sum of RGB (Red+Green+Blue) = 165+222+183=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEB7 is #5A2148. Grayscale: #C8C8C8. Windows color (decimal): -5906761 or 12050085. OLE color: 12050085.
HSL color Cylindrical-coordinate representation of color #A5DEB7: hue angle of 138.95º 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 #A5DEB7 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 183 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.13 |
| HSL | 138.95º | 0.46% | 0.76% | - |
| HSV(B) | 138.95º | 0.26% | 0.87% | - |
| XYZ | 50.19 | 63.66 | 54.44 | - |
| YUV | 200.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 183 | 0.26 | 0 | 0.18 | 0.13 | 138.95 | 0.46 | 0.76 |
| Hex | A5 | DE | B7 | 1A | 0 | 12 | D | 8B | 2E | 4C |
| Octal | 245 | 336 | 267 | 32 | 0 | 22 | 15 | 213 | 56 | 114 |
| Binary | 10100101 | 11011110 | 10110111 | 11010 | 0 | 10010 | 1101 | 10001011 | 101110 | 1001100 |
Color Harmonies of #A5DEB7
Complementary color
Monochromatic Colors of #A5DEB7
Black with #A5DEB7
Text Example
Text Example
White with #A5DEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEB7; }
p { color: rgb(165,222,183); }
H1.HeaderClassName
{
color: #A5DEB7;
}
.AnyTagClassName
{
color: #A5DEB7;
}
</style>
background-color css
<style>
a { background-color: #A5DEB7; }
a { background-color: rgb(165,222,183); }
div.DivClassName
{
background-color: #A5DEB7;
}
.BgClassName
{
background-color: #A5DEB7;
}
</style>
border-color css
<style>
span { border-color: #A5DEB7; }
span { border-color: rgb(165,222,183); }
td.TdClassName
{
border-color: #A5DEB7;
}
.TagClassName
{
border-color: #A5DEB7;
}
</style>