Shades of Vista Blue #94DAB0
Tints of Vista Blue #94DAB0
RGB
CMYK
RGB Variations
Color information
#94DAB0 (or 0x94DAB0) is known color: Vista Blue. HEX triplet: 94, DA and B0. RGB value is (148,218,176). Sum of RGB (Red+Green+Blue) = 148+218+176=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #94DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DAB0 is #6B254F. Grayscale: #C0C0C0. Windows color (decimal): -7021904 or 11590292. OLE color: 11590292.
HSL color Cylindrical-coordinate representation of color #94DAB0: hue angle of 144º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 176 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.15 |
| HSL | 144º | 0.49% | 0.72% | - |
| HSV(B) | 144º | 0.32% | 0.85% | - |
| XYZ | 45.12 | 59.57 | 50.19 | - |
| YUV | 192.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 176 | 0.32 | 0 | 0.19 | 0.15 | 144 | 0.49 | 0.72 |
| Hex | 94 | DA | B0 | 20 | 0 | 13 | F | 90 | 31 | 48 |
| Octal | 224 | 332 | 260 | 40 | 0 | 23 | 17 | 220 | 61 | 110 |
| Binary | 10010100 | 11011010 | 10110000 | 100000 | 0 | 10011 | 1111 | 10010000 | 110001 | 1001000 |
Color Harmonies of #94DAB0
Complementary color
Monochromatic Colors of #94DAB0
Black with #94DAB0
Text Example
Text Example
White with #94DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAB0; }
p { color: rgb(148,218,176); }
H1.HeaderClassName
{
color: #94DAB0;
}
.AnyTagClassName
{
color: #94DAB0;
}
</style>
background-color css
<style>
a { background-color: #94DAB0; }
a { background-color: rgb(148,218,176); }
div.DivClassName
{
background-color: #94DAB0;
}
.BgClassName
{
background-color: #94DAB0;
}
</style>
border-color css
<style>
span { border-color: #94DAB0; }
span { border-color: rgb(148,218,176); }
td.TdClassName
{
border-color: #94DAB0;
}
.TagClassName
{
border-color: #94DAB0;
}
</style>