Shades of Vista Blue #A5C8B4
Tints of Vista Blue #A5C8B4
RGB
CMYK
RGB Variations
Color information
#A5C8B4 (or 0xA5C8B4) is known color: Vista Blue. HEX triplet: A5, C8 and B4. RGB value is (165,200,180). Sum of RGB (Red+Green+Blue) = 165+200+180=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8B4 is #5A374B. Grayscale: #BBBBBB. Windows color (decimal): -5912396 or 11847845. OLE color: 11847845.
HSL color Cylindrical-coordinate representation of color #A5C8B4: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C8B4 is Cyan = 0.18, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 180 | - |
| CMYK | 0.18 | 0 | 0.1 | 0.22 |
| HSL | 145.71º | 0.24% | 0.72% | - |
| HSV(B) | 145.71º | 0.18% | 0.78% | - |
| XYZ | 44.41 | 52.6 | 50.99 | - |
| YUV | 187.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 180 | 0.18 | 0 | 0.1 | 0.22 | 145.71 | 0.24 | 0.72 |
| Hex | A5 | C8 | B4 | 12 | 0 | A | 16 | 92 | 18 | 48 |
| Octal | 245 | 310 | 264 | 22 | 0 | 12 | 26 | 222 | 30 | 110 |
| Binary | 10100101 | 11001000 | 10110100 | 10010 | 0 | 1010 | 10110 | 10010010 | 11000 | 1001000 |
Color Harmonies of #A5C8B4
Complementary color
Monochromatic Colors of #A5C8B4
Black with #A5C8B4
Text Example
Text Example
White with #A5C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8B4; }
p { color: rgb(165,200,180); }
H1.HeaderClassName
{
color: #A5C8B4;
}
.AnyTagClassName
{
color: #A5C8B4;
}
</style>
background-color css
<style>
a { background-color: #A5C8B4; }
a { background-color: rgb(165,200,180); }
div.DivClassName
{
background-color: #A5C8B4;
}
.BgClassName
{
background-color: #A5C8B4;
}
</style>
border-color css
<style>
span { border-color: #A5C8B4; }
span { border-color: rgb(165,200,180); }
td.TdClassName
{
border-color: #A5C8B4;
}
.TagClassName
{
border-color: #A5C8B4;
}
</style>