Shades of Vista Blue #94D4B3
Tints of Vista Blue #94D4B3
RGB
CMYK
RGB Variations
Color information
#94D4B3 (or 0x94D4B3) is known color: Vista Blue. HEX triplet: 94, D4 and B3. RGB value is (148,212,179). Sum of RGB (Red+Green+Blue) = 148+212+179=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #94D4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D4B3 is #6B2B4C. Grayscale: #BDBDBD. Windows color (decimal): -7023437 or 11785364. OLE color: 11785364.
HSL color Cylindrical-coordinate representation of color #94D4B3: hue angle of 149.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D4B3 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 179 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.17 |
| HSL | 149.06º | 0.43% | 0.71% | - |
| HSV(B) | 149.06º | 0.3% | 0.83% | - |
| XYZ | 43.89 | 56.64 | 51.27 | - |
| YUV | 189.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 179 | 0.30 | 0 | 0.16 | 0.17 | 149.06 | 0.43 | 0.71 |
| Hex | 94 | D4 | B3 | 1E | 0 | 10 | 11 | 95 | 2B | 47 |
| Octal | 224 | 324 | 263 | 36 | 0 | 20 | 21 | 225 | 53 | 107 |
| Binary | 10010100 | 11010100 | 10110011 | 11110 | 0 | 10000 | 10001 | 10010101 | 101011 | 1000111 |
Color Harmonies of #94D4B3
Complementary color
Monochromatic Colors of #94D4B3
Black with #94D4B3
Text Example
Text Example
White with #94D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D4B3; }
p { color: rgb(148,212,179); }
H1.HeaderClassName
{
color: #94D4B3;
}
.AnyTagClassName
{
color: #94D4B3;
}
</style>
background-color css
<style>
a { background-color: #94D4B3; }
a { background-color: rgb(148,212,179); }
div.DivClassName
{
background-color: #94D4B3;
}
.BgClassName
{
background-color: #94D4B3;
}
</style>
border-color css
<style>
span { border-color: #94D4B3; }
span { border-color: rgb(148,212,179); }
td.TdClassName
{
border-color: #94D4B3;
}
.TagClassName
{
border-color: #94D4B3;
}
</style>