Shades of Vista Blue #94D8BD
Tints of Vista Blue #94D8BD
RGB
CMYK
RGB Variations
Color information
#94D8BD (or 0x94D8BD) is known color: Vista Blue. HEX triplet: 94, D8 and BD. RGB value is (148,216,189). Sum of RGB (Red+Green+Blue) = 148+216+189=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D8BD is #6B2742. Grayscale: #C0C0C0. Windows color (decimal): -7022403 or 12441748. OLE color: 12441748.
HSL color Cylindrical-coordinate representation of color #94D8BD: hue angle of 156.18º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D8BD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 189 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.15 |
| HSL | 156.18º | 0.47% | 0.71% | - |
| HSV(B) | 156.18º | 0.31% | 0.85% | - |
| XYZ | 45.95 | 59.08 | 57.13 | - |
| YUV | 192.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 189 | 0.31 | 0 | 0.12 | 0.15 | 156.18 | 0.47 | 0.71 |
| Hex | 94 | D8 | BD | 1F | 0 | C | F | 9C | 2F | 47 |
| Octal | 224 | 330 | 275 | 37 | 0 | 14 | 17 | 234 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10111101 | 11111 | 0 | 1100 | 1111 | 10011100 | 101111 | 1000111 |
Color Harmonies of #94D8BD
Complementary color
Monochromatic Colors of #94D8BD
Black with #94D8BD
Text Example
Text Example
White with #94D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D8BD; }
p { color: rgb(148,216,189); }
H1.HeaderClassName
{
color: #94D8BD;
}
.AnyTagClassName
{
color: #94D8BD;
}
</style>
background-color css
<style>
a { background-color: #94D8BD; }
a { background-color: rgb(148,216,189); }
div.DivClassName
{
background-color: #94D8BD;
}
.BgClassName
{
background-color: #94D8BD;
}
</style>
border-color css
<style>
span { border-color: #94D8BD; }
span { border-color: rgb(148,216,189); }
td.TdClassName
{
border-color: #94D8BD;
}
.TagClassName
{
border-color: #94D8BD;
}
</style>