Shades of Vista Blue #A4CFB5
Tints of Vista Blue #A4CFB5
RGB
CMYK
RGB Variations
Color information
#A4CFB5 (or 0xA4CFB5) is known color: Vista Blue. HEX triplet: A4, CF and B5. RGB value is (164,207,181). Sum of RGB (Red+Green+Blue) = 164+207+181=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFB5 is #5B304A. Grayscale: #BFBFBF. Windows color (decimal): -5976139 or 11915172. OLE color: 11915172.
HSL color Cylindrical-coordinate representation of color #A4CFB5: hue angle of 143.72º 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 #A4CFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 181 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.19 |
| HSL | 143.72º | 0.31% | 0.73% | - |
| HSV(B) | 143.72º | 0.21% | 0.81% | - |
| XYZ | 45.96 | 55.85 | 52.07 | - |
| YUV | 191.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 181 | 0.21 | 0 | 0.13 | 0.19 | 143.72 | 0.31 | 0.73 |
| Hex | A4 | CF | B5 | 15 | 0 | D | 13 | 90 | 1F | 49 |
| Octal | 244 | 317 | 265 | 25 | 0 | 15 | 23 | 220 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10110101 | 10101 | 0 | 1101 | 10011 | 10010000 | 11111 | 1001001 |
Color Harmonies of #A4CFB5
Complementary color
Monochromatic Colors of #A4CFB5
Black with #A4CFB5
Text Example
Text Example
White with #A4CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFB5; }
p { color: rgb(164,207,181); }
H1.HeaderClassName
{
color: #A4CFB5;
}
.AnyTagClassName
{
color: #A4CFB5;
}
</style>
background-color css
<style>
a { background-color: #A4CFB5; }
a { background-color: rgb(164,207,181); }
div.DivClassName
{
background-color: #A4CFB5;
}
.BgClassName
{
background-color: #A4CFB5;
}
</style>
border-color css
<style>
span { border-color: #A4CFB5; }
span { border-color: rgb(164,207,181); }
td.TdClassName
{
border-color: #A4CFB5;
}
.TagClassName
{
border-color: #A4CFB5;
}
</style>