Shades of Vista Blue #A4CAB8
Tints of Vista Blue #A4CAB8
RGB
CMYK
RGB Variations
Color information
#A4CAB8 (or 0xA4CAB8) is known color: Vista Blue. HEX triplet: A4, CA and B8. RGB value is (164,202,184). Sum of RGB (Red+Green+Blue) = 164+202+184=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAB8 is #5B3547. Grayscale: #BCBCBC. Windows color (decimal): -5977416 or 12110500. OLE color: 12110500.
HSL color Cylindrical-coordinate representation of color #A4CAB8: hue angle of 151.58º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CAB8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 184 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.21 |
| HSL | 151.58º | 0.26% | 0.72% | - |
| HSV(B) | 151.58º | 0.19% | 0.79% | - |
| XYZ | 45.08 | 53.59 | 53.32 | - |
| YUV | 188.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 184 | 0.19 | 0 | 0.09 | 0.21 | 151.58 | 0.26 | 0.72 |
| Hex | A4 | CA | B8 | 13 | 0 | 9 | 15 | 98 | 1A | 48 |
| Octal | 244 | 312 | 270 | 23 | 0 | 11 | 25 | 230 | 32 | 110 |
| Binary | 10100100 | 11001010 | 10111000 | 10011 | 0 | 1001 | 10101 | 10011000 | 11010 | 1001000 |
Color Harmonies of #A4CAB8
Complementary color
Monochromatic Colors of #A4CAB8
Black with #A4CAB8
Text Example
Text Example
White with #A4CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAB8; }
p { color: rgb(164,202,184); }
H1.HeaderClassName
{
color: #A4CAB8;
}
.AnyTagClassName
{
color: #A4CAB8;
}
</style>
background-color css
<style>
a { background-color: #A4CAB8; }
a { background-color: rgb(164,202,184); }
div.DivClassName
{
background-color: #A4CAB8;
}
.BgClassName
{
background-color: #A4CAB8;
}
</style>
border-color css
<style>
span { border-color: #A4CAB8; }
span { border-color: rgb(164,202,184); }
td.TdClassName
{
border-color: #A4CAB8;
}
.TagClassName
{
border-color: #A4CAB8;
}
</style>