Shades of Vista Blue #A5D8C3
Tints of Vista Blue #A5D8C3
RGB
CMYK
RGB Variations
Color information
#A5D8C3 (or 0xA5D8C3) is known color: Vista Blue. HEX triplet: A5, D8 and C3. RGB value is (165,216,195). Sum of RGB (Red+Green+Blue) = 165+216+195=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8C3 is #5A273C. Grayscale: #C6C6C6. Windows color (decimal): -5908285 or 12834981. OLE color: 12834981.
HSL color Cylindrical-coordinate representation of color #A5D8C3: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8C3 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 195 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.15 |
| HSL | 155.29º | 0.4% | 0.75% | - |
| HSV(B) | 155.29º | 0.24% | 0.85% | - |
| XYZ | 49.92 | 61.05 | 60.78 | - |
| YUV | 198.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 195 | 0.24 | 0 | 0.10 | 0.15 | 155.29 | 0.4 | 0.75 |
| Hex | A5 | D8 | C3 | 18 | 0 | A | F | 9B | 28 | 4B |
| Octal | 245 | 330 | 303 | 30 | 0 | 12 | 17 | 233 | 50 | 113 |
| Binary | 10100101 | 11011000 | 11000011 | 11000 | 0 | 1010 | 1111 | 10011011 | 101000 | 1001011 |
Color Harmonies of #A5D8C3
Complementary color
Monochromatic Colors of #A5D8C3
Black with #A5D8C3
Text Example
Text Example
White with #A5D8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8C3; }
p { color: rgb(165,216,195); }
H1.HeaderClassName
{
color: #A5D8C3;
}
.AnyTagClassName
{
color: #A5D8C3;
}
</style>
background-color css
<style>
a { background-color: #A5D8C3; }
a { background-color: rgb(165,216,195); }
div.DivClassName
{
background-color: #A5D8C3;
}
.BgClassName
{
background-color: #A5D8C3;
}
</style>
border-color css
<style>
span { border-color: #A5D8C3; }
span { border-color: rgb(165,216,195); }
td.TdClassName
{
border-color: #A5D8C3;
}
.TagClassName
{
border-color: #A5D8C3;
}
</style>