Shades of Vista Blue #A5DDBB
Tints of Vista Blue #A5DDBB
RGB
CMYK
RGB Variations
Color information
#A5DDBB (or 0xA5DDBB) is known color: Vista Blue. HEX triplet: A5, DD and BB. RGB value is (165,221,187). Sum of RGB (Red+Green+Blue) = 165+221+187=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDBB is #5A2244. Grayscale: #C8C8C8. Windows color (decimal): -5907013 or 12311973. OLE color: 12311973.
HSL color Cylindrical-coordinate representation of color #A5DDBB: hue angle of 143.57º 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 #A5DDBB is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 187 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 143.57º | 0.45% | 0.76% | - |
| HSV(B) | 143.57º | 0.25% | 0.87% | - |
| XYZ | 50.34 | 63.3 | 56.58 | - |
| YUV | 200.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 187 | 0.25 | 0 | 0.15 | 0.13 | 143.57 | 0.45 | 0.76 |
| Hex | A5 | DD | BB | 19 | 0 | F | D | 90 | 2D | 4C |
| Octal | 245 | 335 | 273 | 31 | 0 | 17 | 15 | 220 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10111011 | 11001 | 0 | 1111 | 1101 | 10010000 | 101101 | 1001100 |
Color Harmonies of #A5DDBB
Complementary color
Monochromatic Colors of #A5DDBB
Black with #A5DDBB
Text Example
Text Example
White with #A5DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDBB; }
p { color: rgb(165,221,187); }
H1.HeaderClassName
{
color: #A5DDBB;
}
.AnyTagClassName
{
color: #A5DDBB;
}
</style>
background-color css
<style>
a { background-color: #A5DDBB; }
a { background-color: rgb(165,221,187); }
div.DivClassName
{
background-color: #A5DDBB;
}
.BgClassName
{
background-color: #A5DDBB;
}
</style>
border-color css
<style>
span { border-color: #A5DDBB; }
span { border-color: rgb(165,221,187); }
td.TdClassName
{
border-color: #A5DDBB;
}
.TagClassName
{
border-color: #A5DDBB;
}
</style>