Shades of Vista Blue #A5D0B5
Tints of Vista Blue #A5D0B5
RGB
CMYK
RGB Variations
Color information
#A5D0B5 (or 0xA5D0B5) is known color: Vista Blue. HEX triplet: A5, D0 and B5. RGB value is (165,208,181). Sum of RGB (Red+Green+Blue) = 165+208+181=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0B5 is #5A2F4A. Grayscale: #C0C0C0. Windows color (decimal): -5910347 or 11915429. OLE color: 11915429.
HSL color Cylindrical-coordinate representation of color #A5D0B5: hue angle of 142.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0B5 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 181 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.18 |
| HSL | 142.33º | 0.31% | 0.73% | - |
| HSV(B) | 142.33º | 0.21% | 0.82% | - |
| XYZ | 46.41 | 56.45 | 52.17 | - |
| YUV | 192.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 181 | 0.21 | 0 | 0.13 | 0.18 | 142.33 | 0.31 | 0.73 |
| Hex | A5 | D0 | B5 | 15 | 0 | D | 12 | 8E | 1F | 49 |
| Octal | 245 | 320 | 265 | 25 | 0 | 15 | 22 | 216 | 37 | 111 |
| Binary | 10100101 | 11010000 | 10110101 | 10101 | 0 | 1101 | 10010 | 10001110 | 11111 | 1001001 |
Color Harmonies of #A5D0B5
Complementary color
Monochromatic Colors of #A5D0B5
Black with #A5D0B5
Text Example
Text Example
White with #A5D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0B5; }
p { color: rgb(165,208,181); }
H1.HeaderClassName
{
color: #A5D0B5;
}
.AnyTagClassName
{
color: #A5D0B5;
}
</style>
background-color css
<style>
a { background-color: #A5D0B5; }
a { background-color: rgb(165,208,181); }
div.DivClassName
{
background-color: #A5D0B5;
}
.BgClassName
{
background-color: #A5D0B5;
}
</style>
border-color css
<style>
span { border-color: #A5D0B5; }
span { border-color: rgb(165,208,181); }
td.TdClassName
{
border-color: #A5D0B5;
}
.TagClassName
{
border-color: #A5D0B5;
}
</style>