Shades of Vista Blue #94D1BB
Tints of Vista Blue #94D1BB
RGB
CMYK
RGB Variations
Color information
#94D1BB (or 0x94D1BB) is known color: Vista Blue. HEX triplet: 94, D1 and BB. RGB value is (148,209,187). Sum of RGB (Red+Green+Blue) = 148+209+187=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1BB is #6B2E44. Grayscale: #BCBCBC. Windows color (decimal): -7024197 or 12308884. OLE color: 12308884.
HSL color Cylindrical-coordinate representation of color #94D1BB: hue angle of 158.36º 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 #94D1BB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 187 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.18 |
| HSL | 158.36º | 0.4% | 0.7% | - |
| HSV(B) | 158.36º | 0.29% | 0.82% | - |
| XYZ | 43.98 | 55.48 | 55.41 | - |
| YUV | 188.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 187 | 0.29 | 0 | 0.11 | 0.18 | 158.36 | 0.4 | 0.7 |
| Hex | 94 | D1 | BB | 1D | 0 | B | 12 | 9E | 28 | 46 |
| Octal | 224 | 321 | 273 | 35 | 0 | 13 | 22 | 236 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10111011 | 11101 | 0 | 1011 | 10010 | 10011110 | 101000 | 1000110 |
Color Harmonies of #94D1BB
Complementary color
Monochromatic Colors of #94D1BB
Black with #94D1BB
Text Example
Text Example
White with #94D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1BB; }
p { color: rgb(148,209,187); }
H1.HeaderClassName
{
color: #94D1BB;
}
.AnyTagClassName
{
color: #94D1BB;
}
</style>
background-color css
<style>
a { background-color: #94D1BB; }
a { background-color: rgb(148,209,187); }
div.DivClassName
{
background-color: #94D1BB;
}
.BgClassName
{
background-color: #94D1BB;
}
</style>
border-color css
<style>
span { border-color: #94D1BB; }
span { border-color: rgb(148,209,187); }
td.TdClassName
{
border-color: #94D1BB;
}
.TagClassName
{
border-color: #94D1BB;
}
</style>