Shades of Vista Blue #94D3AD
Tints of Vista Blue #94D3AD
RGB
CMYK
RGB Variations
Color information
#94D3AD (or 0x94D3AD) is known color: Vista Blue. HEX triplet: 94, D3 and AD. RGB value is (148,211,173). Sum of RGB (Red+Green+Blue) = 148+211+173=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D3AD is #6B2C52. Grayscale: #BBBBBB. Windows color (decimal): -7023699 or 11391892. OLE color: 11391892.
HSL color Cylindrical-coordinate representation of color #94D3AD: hue angle of 143.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3AD is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 173 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.17 |
| HSL | 143.81º | 0.42% | 0.7% | - |
| HSV(B) | 143.81º | 0.3% | 0.83% | - |
| XYZ | 43.05 | 55.9 | 48.06 | - |
| YUV | 187.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 173 | 0.30 | 0 | 0.18 | 0.17 | 143.81 | 0.42 | 0.7 |
| Hex | 94 | D3 | AD | 1E | 0 | 12 | 11 | 90 | 2A | 46 |
| Octal | 224 | 323 | 255 | 36 | 0 | 22 | 21 | 220 | 52 | 106 |
| Binary | 10010100 | 11010011 | 10101101 | 11110 | 0 | 10010 | 10001 | 10010000 | 101010 | 1000110 |
Color Harmonies of #94D3AD
Complementary color
Monochromatic Colors of #94D3AD
Black with #94D3AD
Text Example
Text Example
White with #94D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3AD; }
p { color: rgb(148,211,173); }
H1.HeaderClassName
{
color: #94D3AD;
}
.AnyTagClassName
{
color: #94D3AD;
}
</style>
background-color css
<style>
a { background-color: #94D3AD; }
a { background-color: rgb(148,211,173); }
div.DivClassName
{
background-color: #94D3AD;
}
.BgClassName
{
background-color: #94D3AD;
}
</style>
border-color css
<style>
span { border-color: #94D3AD; }
span { border-color: rgb(148,211,173); }
td.TdClassName
{
border-color: #94D3AD;
}
.TagClassName
{
border-color: #94D3AD;
}
</style>