Shades of Vista Blue #A5DDBC
Tints of Vista Blue #A5DDBC
RGB
CMYK
RGB Variations
Color information
#A5DDBC (or 0xA5DDBC) is known color: Vista Blue. HEX triplet: A5, DD and BC. RGB value is (165,221,188). Sum of RGB (Red+Green+Blue) = 165+221+188=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDBC is #5A2243. Grayscale: #C8C8C8. Windows color (decimal): -5907012 or 12377509. OLE color: 12377509.
HSL color Cylindrical-coordinate representation of color #A5DDBC: hue angle of 144.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDBC is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 188 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 144.64º | 0.45% | 0.76% | - |
| HSV(B) | 144.64º | 0.25% | 0.87% | - |
| XYZ | 50.45 | 63.34 | 57.14 | - |
| YUV | 200.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 188 | 0.25 | 0 | 0.15 | 0.13 | 144.64 | 0.45 | 0.76 |
| Hex | A5 | DD | BC | 19 | 0 | F | D | 91 | 2D | 4C |
| Octal | 245 | 335 | 274 | 31 | 0 | 17 | 15 | 221 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10111100 | 11001 | 0 | 1111 | 1101 | 10010001 | 101101 | 1001100 |
Color Harmonies of #A5DDBC
Complementary color
Monochromatic Colors of #A5DDBC
Black with #A5DDBC
Text Example
Text Example
White with #A5DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDBC; }
p { color: rgb(165,221,188); }
H1.HeaderClassName
{
color: #A5DDBC;
}
.AnyTagClassName
{
color: #A5DDBC;
}
</style>
background-color css
<style>
a { background-color: #A5DDBC; }
a { background-color: rgb(165,221,188); }
div.DivClassName
{
background-color: #A5DDBC;
}
.BgClassName
{
background-color: #A5DDBC;
}
</style>
border-color css
<style>
span { border-color: #A5DDBC; }
span { border-color: rgb(165,221,188); }
td.TdClassName
{
border-color: #A5DDBC;
}
.TagClassName
{
border-color: #A5DDBC;
}
</style>