Shades of Vista Blue #A5D5BD
Tints of Vista Blue #A5D5BD
RGB
CMYK
RGB Variations
Color information
#A5D5BD (or 0xA5D5BD) is known color: Vista Blue. HEX triplet: A5, D5 and BD. RGB value is (165,213,189). Sum of RGB (Red+Green+Blue) = 165+213+189=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5BD is #5A2A42. Grayscale: #C3C3C3. Windows color (decimal): -5909059 or 12440997. OLE color: 12440997.
HSL color Cylindrical-coordinate representation of color #A5D5BD: hue angle of 150º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5BD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 189 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.16 |
| HSL | 150º | 0.36% | 0.74% | - |
| HSV(B) | 150º | 0.23% | 0.84% | - |
| XYZ | 48.5 | 59.26 | 57.03 | - |
| YUV | 195.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 189 | 0.23 | 0 | 0.11 | 0.16 | 150 | 0.36 | 0.74 |
| Hex | A5 | D5 | BD | 17 | 0 | B | 10 | 96 | 24 | 4A |
| Octal | 245 | 325 | 275 | 27 | 0 | 13 | 20 | 226 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10111101 | 10111 | 0 | 1011 | 10000 | 10010110 | 100100 | 1001010 |
Color Harmonies of #A5D5BD
Complementary color
Monochromatic Colors of #A5D5BD
Black with #A5D5BD
Text Example
Text Example
White with #A5D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5BD; }
p { color: rgb(165,213,189); }
H1.HeaderClassName
{
color: #A5D5BD;
}
.AnyTagClassName
{
color: #A5D5BD;
}
</style>
background-color css
<style>
a { background-color: #A5D5BD; }
a { background-color: rgb(165,213,189); }
div.DivClassName
{
background-color: #A5D5BD;
}
.BgClassName
{
background-color: #A5D5BD;
}
</style>
border-color css
<style>
span { border-color: #A5D5BD; }
span { border-color: rgb(165,213,189); }
td.TdClassName
{
border-color: #A5D5BD;
}
.TagClassName
{
border-color: #A5D5BD;
}
</style>