Shades of Vista Blue #A4DFB8
Tints of Vista Blue #A4DFB8
RGB
CMYK
RGB Variations
Color information
#A4DFB8 (or 0xA4DFB8) is known color: Vista Blue. HEX triplet: A4, DF and B8. RGB value is (164,223,184). Sum of RGB (Red+Green+Blue) = 164+223+184=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFB8 is #5B2047. Grayscale: #C9C9C9. Windows color (decimal): -5972040 or 12115876. OLE color: 12115876.
HSL color Cylindrical-coordinate representation of color #A4DFB8: hue angle of 140.34º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFB8 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 184 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.13 |
| HSL | 140.34º | 0.48% | 0.76% | - |
| HSV(B) | 140.34º | 0.26% | 0.87% | - |
| XYZ | 50.35 | 64.13 | 55.07 | - |
| YUV | 200.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 184 | 0.26 | 0 | 0.17 | 0.13 | 140.34 | 0.48 | 0.76 |
| Hex | A4 | DF | B8 | 1A | 0 | 11 | D | 8C | 30 | 4C |
| Octal | 244 | 337 | 270 | 32 | 0 | 21 | 15 | 214 | 60 | 114 |
| Binary | 10100100 | 11011111 | 10111000 | 11010 | 0 | 10001 | 1101 | 10001100 | 110000 | 1001100 |
Color Harmonies of #A4DFB8
Complementary color
Monochromatic Colors of #A4DFB8
Black with #A4DFB8
Text Example
Text Example
White with #A4DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFB8; }
p { color: rgb(164,223,184); }
H1.HeaderClassName
{
color: #A4DFB8;
}
.AnyTagClassName
{
color: #A4DFB8;
}
</style>
background-color css
<style>
a { background-color: #A4DFB8; }
a { background-color: rgb(164,223,184); }
div.DivClassName
{
background-color: #A4DFB8;
}
.BgClassName
{
background-color: #A4DFB8;
}
</style>
border-color css
<style>
span { border-color: #A4DFB8; }
span { border-color: rgb(164,223,184); }
td.TdClassName
{
border-color: #A4DFB8;
}
.TagClassName
{
border-color: #A4DFB8;
}
</style>