Shades of Vista Blue #A5D7B8
Tints of Vista Blue #A5D7B8
RGB
CMYK
RGB Variations
Color information
#A5D7B8 (or 0xA5D7B8) is known color: Vista Blue. HEX triplet: A5, D7 and B8. RGB value is (165,215,184). Sum of RGB (Red+Green+Blue) = 165+215+184=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7B8 is #5A2847. Grayscale: #C4C4C4. Windows color (decimal): -5908552 or 12113829. OLE color: 12113829.
HSL color Cylindrical-coordinate representation of color #A5D7B8: hue angle of 142.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7B8 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 184 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.16 |
| HSL | 142.8º | 0.38% | 0.75% | - |
| HSV(B) | 142.8º | 0.23% | 0.84% | - |
| XYZ | 48.47 | 60.06 | 54.39 | - |
| YUV | 196.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 184 | 0.23 | 0 | 0.14 | 0.16 | 142.8 | 0.38 | 0.75 |
| Hex | A5 | D7 | B8 | 17 | 0 | E | 10 | 8F | 26 | 4B |
| Octal | 245 | 327 | 270 | 27 | 0 | 16 | 20 | 217 | 46 | 113 |
| Binary | 10100101 | 11010111 | 10111000 | 10111 | 0 | 1110 | 10000 | 10001111 | 100110 | 1001011 |
Color Harmonies of #A5D7B8
Complementary color
Monochromatic Colors of #A5D7B8
Black with #A5D7B8
Text Example
Text Example
White with #A5D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7B8; }
p { color: rgb(165,215,184); }
H1.HeaderClassName
{
color: #A5D7B8;
}
.AnyTagClassName
{
color: #A5D7B8;
}
</style>
background-color css
<style>
a { background-color: #A5D7B8; }
a { background-color: rgb(165,215,184); }
div.DivClassName
{
background-color: #A5D7B8;
}
.BgClassName
{
background-color: #A5D7B8;
}
</style>
border-color css
<style>
span { border-color: #A5D7B8; }
span { border-color: rgb(165,215,184); }
td.TdClassName
{
border-color: #A5D7B8;
}
.TagClassName
{
border-color: #A5D7B8;
}
</style>