Shades of Vista Blue #A4C8B5
Tints of Vista Blue #A4C8B5
RGB
CMYK
RGB Variations
Color information
#A4C8B5 (or 0xA4C8B5) is known color: Vista Blue. HEX triplet: A4, C8 and B5. RGB value is (164,200,181). Sum of RGB (Red+Green+Blue) = 164+200+181=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8B5 is #5B374A. Grayscale: #BBBBBB. Windows color (decimal): -5977931 or 11913380. OLE color: 11913380.
HSL color Cylindrical-coordinate representation of color #A4C8B5: hue angle of 148.33º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C8B5 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 200 | 181 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.22 |
| HSL | 148.33º | 0.25% | 0.71% | - |
| HSV(B) | 148.33º | 0.18% | 0.78% | - |
| XYZ | 44.3 | 52.54 | 51.52 | - |
| YUV | 187.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 200 | 181 | 0.18 | 0 | 0.09 | 0.22 | 148.33 | 0.25 | 0.71 |
| Hex | A4 | C8 | B5 | 12 | 0 | 9 | 16 | 94 | 19 | 47 |
| Octal | 244 | 310 | 265 | 22 | 0 | 11 | 26 | 224 | 31 | 107 |
| Binary | 10100100 | 11001000 | 10110101 | 10010 | 0 | 1001 | 10110 | 10010100 | 11001 | 1000111 |
Color Harmonies of #A4C8B5
Complementary color
Monochromatic Colors of #A4C8B5
Black with #A4C8B5
Text Example
Text Example
White with #A4C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C8B5; }
p { color: rgb(164,200,181); }
H1.HeaderClassName
{
color: #A4C8B5;
}
.AnyTagClassName
{
color: #A4C8B5;
}
</style>
background-color css
<style>
a { background-color: #A4C8B5; }
a { background-color: rgb(164,200,181); }
div.DivClassName
{
background-color: #A4C8B5;
}
.BgClassName
{
background-color: #A4C8B5;
}
</style>
border-color css
<style>
span { border-color: #A4C8B5; }
span { border-color: rgb(164,200,181); }
td.TdClassName
{
border-color: #A4C8B5;
}
.TagClassName
{
border-color: #A4C8B5;
}
</style>