Shades of Vista Blue #A4CFB4
Tints of Vista Blue #A4CFB4
RGB
CMYK
RGB Variations
Color information
#A4CFB4 (or 0xA4CFB4) is known color: Vista Blue. HEX triplet: A4, CF and B4. RGB value is (164,207,180). Sum of RGB (Red+Green+Blue) = 164+207+180=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFB4 is #5B304B. Grayscale: #BFBFBF. Windows color (decimal): -5976140 or 11849636. OLE color: 11849636.
HSL color Cylindrical-coordinate representation of color #A4CFB4: hue angle of 142.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFB4 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 180 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.19 |
| HSL | 142.33º | 0.31% | 0.73% | - |
| HSV(B) | 142.33º | 0.21% | 0.81% | - |
| XYZ | 45.86 | 55.81 | 51.54 | - |
| YUV | 191.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 180 | 0.21 | 0 | 0.13 | 0.19 | 142.33 | 0.31 | 0.73 |
| Hex | A4 | CF | B4 | 15 | 0 | D | 13 | 8E | 1F | 49 |
| Octal | 244 | 317 | 264 | 25 | 0 | 15 | 23 | 216 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10110100 | 10101 | 0 | 1101 | 10011 | 10001110 | 11111 | 1001001 |
Color Harmonies of #A4CFB4
Complementary color
Monochromatic Colors of #A4CFB4
Black with #A4CFB4
Text Example
Text Example
White with #A4CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFB4; }
p { color: rgb(164,207,180); }
H1.HeaderClassName
{
color: #A4CFB4;
}
.AnyTagClassName
{
color: #A4CFB4;
}
</style>
background-color css
<style>
a { background-color: #A4CFB4; }
a { background-color: rgb(164,207,180); }
div.DivClassName
{
background-color: #A4CFB4;
}
.BgClassName
{
background-color: #A4CFB4;
}
</style>
border-color css
<style>
span { border-color: #A4CFB4; }
span { border-color: rgb(164,207,180); }
td.TdClassName
{
border-color: #A4CFB4;
}
.TagClassName
{
border-color: #A4CFB4;
}
</style>