Shades of Vista Blue #94D9BD
Tints of Vista Blue #94D9BD
RGB
CMYK
RGB Variations
Color information
#94D9BD (or 0x94D9BD) is known color: Vista Blue. HEX triplet: 94, D9 and BD. RGB value is (148,217,189). Sum of RGB (Red+Green+Blue) = 148+217+189=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9BD is #6B2642. Grayscale: #C1C1C1. Windows color (decimal): -7022147 or 12442004. OLE color: 12442004.
HSL color Cylindrical-coordinate representation of color #94D9BD: hue angle of 155.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9BD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 189 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.15 |
| HSL | 155.65º | 0.48% | 0.72% | - |
| HSV(B) | 155.65º | 0.32% | 0.85% | - |
| XYZ | 46.21 | 59.6 | 57.21 | - |
| YUV | 193.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 189 | 0.32 | 0 | 0.13 | 0.15 | 155.65 | 0.48 | 0.72 |
| Hex | 94 | D9 | BD | 20 | 0 | D | F | 9C | 30 | 48 |
| Octal | 224 | 331 | 275 | 40 | 0 | 15 | 17 | 234 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10111101 | 100000 | 0 | 1101 | 1111 | 10011100 | 110000 | 1001000 |
Color Harmonies of #94D9BD
Complementary color
Monochromatic Colors of #94D9BD
Black with #94D9BD
Text Example
Text Example
White with #94D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9BD; }
p { color: rgb(148,217,189); }
H1.HeaderClassName
{
color: #94D9BD;
}
.AnyTagClassName
{
color: #94D9BD;
}
</style>
background-color css
<style>
a { background-color: #94D9BD; }
a { background-color: rgb(148,217,189); }
div.DivClassName
{
background-color: #94D9BD;
}
.BgClassName
{
background-color: #94D9BD;
}
</style>
border-color css
<style>
span { border-color: #94D9BD; }
span { border-color: rgb(148,217,189); }
td.TdClassName
{
border-color: #94D9BD;
}
.TagClassName
{
border-color: #94D9BD;
}
</style>