Shades of Vista Blue #A5D4BF
Tints of Vista Blue #A5D4BF
RGB
CMYK
RGB Variations
Color information
#A5D4BF (or 0xA5D4BF) is known color: Vista Blue. HEX triplet: A5, D4 and BF. RGB value is (165,212,191). Sum of RGB (Red+Green+Blue) = 165+212+191=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D4BF is #5A2B40. Grayscale: #C3C3C3. Windows color (decimal): -5909313 or 12571813. OLE color: 12571813.
HSL color Cylindrical-coordinate representation of color #A5D4BF: hue angle of 153.19º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5D4BF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 191 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.17 |
| HSL | 153.19º | 0.35% | 0.74% | - |
| HSV(B) | 153.19º | 0.22% | 0.83% | - |
| XYZ | 48.46 | 58.85 | 58.09 | - |
| YUV | 195.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 191 | 0.22 | 0 | 0.10 | 0.17 | 153.19 | 0.35 | 0.74 |
| Hex | A5 | D4 | BF | 16 | 0 | A | 11 | 99 | 23 | 4A |
| Octal | 245 | 324 | 277 | 26 | 0 | 12 | 21 | 231 | 43 | 112 |
| Binary | 10100101 | 11010100 | 10111111 | 10110 | 0 | 1010 | 10001 | 10011001 | 100011 | 1001010 |
Color Harmonies of #A5D4BF
Complementary color
Monochromatic Colors of #A5D4BF
Black with #A5D4BF
Text Example
Text Example
White with #A5D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D4BF; }
p { color: rgb(165,212,191); }
H1.HeaderClassName
{
color: #A5D4BF;
}
.AnyTagClassName
{
color: #A5D4BF;
}
</style>
background-color css
<style>
a { background-color: #A5D4BF; }
a { background-color: rgb(165,212,191); }
div.DivClassName
{
background-color: #A5D4BF;
}
.BgClassName
{
background-color: #A5D4BF;
}
</style>
border-color css
<style>
span { border-color: #A5D4BF; }
span { border-color: rgb(165,212,191); }
td.TdClassName
{
border-color: #A5D4BF;
}
.TagClassName
{
border-color: #A5D4BF;
}
</style>