Shades of Vista Blue #94D0AB
Tints of Vista Blue #94D0AB
RGB
CMYK
RGB Variations
Color information
#94D0AB (or 0x94D0AB) is known color: Vista Blue. HEX triplet: 94, D0 and AB. RGB value is (148,208,171). Sum of RGB (Red+Green+Blue) = 148+208+171=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D0AB is #6B2F54. Grayscale: #B9B9B9. Windows color (decimal): -7024469 or 11260052. OLE color: 11260052.
HSL color Cylindrical-coordinate representation of color #94D0AB: hue angle of 143º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0AB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 171 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.18 |
| HSL | 143º | 0.39% | 0.7% | - |
| HSV(B) | 143º | 0.29% | 0.82% | - |
| XYZ | 42.12 | 54.35 | 46.8 | - |
| YUV | 185.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 171 | 0.29 | 0 | 0.18 | 0.18 | 143 | 0.39 | 0.7 |
| Hex | 94 | D0 | AB | 1D | 0 | 12 | 12 | 8F | 27 | 46 |
| Octal | 224 | 320 | 253 | 35 | 0 | 22 | 22 | 217 | 47 | 106 |
| Binary | 10010100 | 11010000 | 10101011 | 11101 | 0 | 10010 | 10010 | 10001111 | 100111 | 1000110 |
Color Harmonies of #94D0AB
Complementary color
Monochromatic Colors of #94D0AB
Black with #94D0AB
Text Example
Text Example
White with #94D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D0AB; }
p { color: rgb(148,208,171); }
H1.HeaderClassName
{
color: #94D0AB;
}
.AnyTagClassName
{
color: #94D0AB;
}
</style>
background-color css
<style>
a { background-color: #94D0AB; }
a { background-color: rgb(148,208,171); }
div.DivClassName
{
background-color: #94D0AB;
}
.BgClassName
{
background-color: #94D0AB;
}
</style>
border-color css
<style>
span { border-color: #94D0AB; }
span { border-color: rgb(148,208,171); }
td.TdClassName
{
border-color: #94D0AB;
}
.TagClassName
{
border-color: #94D0AB;
}
</style>