Shades of Vista Blue #94C5A9
Tints of Vista Blue #94C5A9
RGB
CMYK
RGB Variations
Color information
#94C5A9 (or 0x94C5A9) is known color: Vista Blue. HEX triplet: 94, C5 and A9. RGB value is (148,197,169). Sum of RGB (Red+Green+Blue) = 148+197+169=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C5A9 is #6B3A56. Grayscale: #B3B3B3. Windows color (decimal): -7027287 or 11126164. OLE color: 11126164.
HSL color Cylindrical-coordinate representation of color #94C5A9: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C5A9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 169 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.23 |
| HSL | 145.71º | 0.3% | 0.68% | - |
| HSV(B) | 145.71º | 0.25% | 0.77% | - |
| XYZ | 39.34 | 49.09 | 44.94 | - |
| YUV | 179.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 169 | 0.25 | 0 | 0.14 | 0.23 | 145.71 | 0.3 | 0.68 |
| Hex | 94 | C5 | A9 | 19 | 0 | E | 17 | 92 | 1E | 44 |
| Octal | 224 | 305 | 251 | 31 | 0 | 16 | 27 | 222 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10101001 | 11001 | 0 | 1110 | 10111 | 10010010 | 11110 | 1000100 |
Color Harmonies of #94C5A9
Complementary color
Monochromatic Colors of #94C5A9
Black with #94C5A9
Text Example
Text Example
White with #94C5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5A9; }
p { color: rgb(148,197,169); }
H1.HeaderClassName
{
color: #94C5A9;
}
.AnyTagClassName
{
color: #94C5A9;
}
</style>
background-color css
<style>
a { background-color: #94C5A9; }
a { background-color: rgb(148,197,169); }
div.DivClassName
{
background-color: #94C5A9;
}
.BgClassName
{
background-color: #94C5A9;
}
</style>
border-color css
<style>
span { border-color: #94C5A9; }
span { border-color: rgb(148,197,169); }
td.TdClassName
{
border-color: #94C5A9;
}
.TagClassName
{
border-color: #94C5A9;
}
</style>