Shades of Vista Blue #A4D7B8
Tints of Vista Blue #A4D7B8
RGB
CMYK
RGB Variations
Color information
#A4D7B8 (or 0xA4D7B8) is known color: Vista Blue. HEX triplet: A4, D7 and B8. RGB value is (164,215,184). Sum of RGB (Red+Green+Blue) = 164+215+184=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7B8 is #5B2847. Grayscale: #C4C4C4. Windows color (decimal): -5974088 or 12113828. OLE color: 12113828.
HSL color Cylindrical-coordinate representation of color #A4D7B8: hue angle of 143.53º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D7B8 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 184 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.16 |
| HSL | 143.53º | 0.39% | 0.74% | - |
| HSV(B) | 143.53º | 0.24% | 0.84% | - |
| XYZ | 48.26 | 59.95 | 54.38 | - |
| YUV | 196.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 184 | 0.24 | 0 | 0.14 | 0.16 | 143.53 | 0.39 | 0.74 |
| Hex | A4 | D7 | B8 | 18 | 0 | E | 10 | 90 | 27 | 4A |
| Octal | 244 | 327 | 270 | 30 | 0 | 16 | 20 | 220 | 47 | 112 |
| Binary | 10100100 | 11010111 | 10111000 | 11000 | 0 | 1110 | 10000 | 10010000 | 100111 | 1001010 |
Color Harmonies of #A4D7B8
Complementary color
Monochromatic Colors of #A4D7B8
Black with #A4D7B8
Text Example
Text Example
White with #A4D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D7B8; }
p { color: rgb(164,215,184); }
H1.HeaderClassName
{
color: #A4D7B8;
}
.AnyTagClassName
{
color: #A4D7B8;
}
</style>
background-color css
<style>
a { background-color: #A4D7B8; }
a { background-color: rgb(164,215,184); }
div.DivClassName
{
background-color: #A4D7B8;
}
.BgClassName
{
background-color: #A4D7B8;
}
</style>
border-color css
<style>
span { border-color: #A4D7B8; }
span { border-color: rgb(164,215,184); }
td.TdClassName
{
border-color: #A4D7B8;
}
.TagClassName
{
border-color: #A4D7B8;
}
</style>