Shades of Vista Blue #94D1AB
Tints of Vista Blue #94D1AB
RGB
CMYK
RGB Variations
Color information
#94D1AB (or 0x94D1AB) is known color: Vista Blue. HEX triplet: 94, D1 and AB. RGB value is (148,209,171). Sum of RGB (Red+Green+Blue) = 148+209+171=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1AB is #6B2E54. Grayscale: #BABABA. Windows color (decimal): -7024213 or 11260308. OLE color: 11260308.
HSL color Cylindrical-coordinate representation of color #94D1AB: hue angle of 142.62º degrees, saturation: 0.4, 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 #94D1AB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 171 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.18 |
| HSL | 142.62º | 0.4% | 0.7% | - |
| HSV(B) | 142.62º | 0.29% | 0.82% | - |
| XYZ | 42.36 | 54.84 | 46.88 | - |
| YUV | 186.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 171 | 0.29 | 0 | 0.18 | 0.18 | 142.62 | 0.4 | 0.7 |
| Hex | 94 | D1 | AB | 1D | 0 | 12 | 12 | 8F | 28 | 46 |
| Octal | 224 | 321 | 253 | 35 | 0 | 22 | 22 | 217 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10101011 | 11101 | 0 | 10010 | 10010 | 10001111 | 101000 | 1000110 |
Color Harmonies of #94D1AB
Complementary color
Monochromatic Colors of #94D1AB
Black with #94D1AB
Text Example
Text Example
White with #94D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1AB; }
p { color: rgb(148,209,171); }
H1.HeaderClassName
{
color: #94D1AB;
}
.AnyTagClassName
{
color: #94D1AB;
}
</style>
background-color css
<style>
a { background-color: #94D1AB; }
a { background-color: rgb(148,209,171); }
div.DivClassName
{
background-color: #94D1AB;
}
.BgClassName
{
background-color: #94D1AB;
}
</style>
border-color css
<style>
span { border-color: #94D1AB; }
span { border-color: rgb(148,209,171); }
td.TdClassName
{
border-color: #94D1AB;
}
.TagClassName
{
border-color: #94D1AB;
}
</style>