Shades of Vista Blue #A4CBB4
Tints of Vista Blue #A4CBB4
RGB
CMYK
RGB Variations
Color information
#A4CBB4 (or 0xA4CBB4) is known color: Vista Blue. HEX triplet: A4, CB and B4. RGB value is (164,203,180). Sum of RGB (Red+Green+Blue) = 164+203+180=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBB4 is #5B344B. Grayscale: #BCBCBC. Windows color (decimal): -5977164 or 11848612. OLE color: 11848612.
HSL color Cylindrical-coordinate representation of color #A4CBB4: hue angle of 144.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CBB4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 180 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.20 |
| HSL | 144.62º | 0.27% | 0.72% | - |
| HSV(B) | 144.62º | 0.19% | 0.8% | - |
| XYZ | 44.9 | 53.9 | 51.22 | - |
| YUV | 188.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 180 | 0.19 | 0 | 0.11 | 0.20 | 144.62 | 0.27 | 0.72 |
| Hex | A4 | CB | B4 | 13 | 0 | B | 14 | 91 | 1B | 48 |
| Octal | 244 | 313 | 264 | 23 | 0 | 13 | 24 | 221 | 33 | 110 |
| Binary | 10100100 | 11001011 | 10110100 | 10011 | 0 | 1011 | 10100 | 10010001 | 11011 | 1001000 |
Color Harmonies of #A4CBB4
Complementary color
Monochromatic Colors of #A4CBB4
Black with #A4CBB4
Text Example
Text Example
White with #A4CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBB4; }
p { color: rgb(164,203,180); }
H1.HeaderClassName
{
color: #A4CBB4;
}
.AnyTagClassName
{
color: #A4CBB4;
}
</style>
background-color css
<style>
a { background-color: #A4CBB4; }
a { background-color: rgb(164,203,180); }
div.DivClassName
{
background-color: #A4CBB4;
}
.BgClassName
{
background-color: #A4CBB4;
}
</style>
border-color css
<style>
span { border-color: #A4CBB4; }
span { border-color: rgb(164,203,180); }
td.TdClassName
{
border-color: #A4CBB4;
}
.TagClassName
{
border-color: #A4CBB4;
}
</style>