Shades of Vista Blue #A5D4BC
Tints of Vista Blue #A5D4BC
RGB
CMYK
RGB Variations
Color information
#A5D4BC (or 0xA5D4BC) is known color: Vista Blue. HEX triplet: A5, D4 and BC. RGB value is (165,212,188). Sum of RGB (Red+Green+Blue) = 165+212+188=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D4BC is #5A2B43. Grayscale: #C3C3C3. Windows color (decimal): -5909316 or 12375205. OLE color: 12375205.
HSL color Cylindrical-coordinate representation of color #A5D4BC: hue angle of 149.36º 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 #A5D4BC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 188 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.17 |
| HSL | 149.36º | 0.35% | 0.74% | - |
| HSV(B) | 149.36º | 0.22% | 0.83% | - |
| XYZ | 48.14 | 58.72 | 56.37 | - |
| YUV | 195.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 188 | 0.22 | 0 | 0.11 | 0.17 | 149.36 | 0.35 | 0.74 |
| Hex | A5 | D4 | BC | 16 | 0 | B | 11 | 95 | 23 | 4A |
| Octal | 245 | 324 | 274 | 26 | 0 | 13 | 21 | 225 | 43 | 112 |
| Binary | 10100101 | 11010100 | 10111100 | 10110 | 0 | 1011 | 10001 | 10010101 | 100011 | 1001010 |
Color Harmonies of #A5D4BC
Complementary color
Monochromatic Colors of #A5D4BC
Black with #A5D4BC
Text Example
Text Example
White with #A5D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D4BC; }
p { color: rgb(165,212,188); }
H1.HeaderClassName
{
color: #A5D4BC;
}
.AnyTagClassName
{
color: #A5D4BC;
}
</style>
background-color css
<style>
a { background-color: #A5D4BC; }
a { background-color: rgb(165,212,188); }
div.DivClassName
{
background-color: #A5D4BC;
}
.BgClassName
{
background-color: #A5D4BC;
}
</style>
border-color css
<style>
span { border-color: #A5D4BC; }
span { border-color: rgb(165,212,188); }
td.TdClassName
{
border-color: #A5D4BC;
}
.TagClassName
{
border-color: #A5D4BC;
}
</style>