Shades of Vista Blue #94DFB7
Tints of Vista Blue #94DFB7
RGB
CMYK
RGB Variations
Color information
#94DFB7 (or 0x94DFB7) is known color: Vista Blue. HEX triplet: 94, DF and B7. RGB value is (148,223,183). Sum of RGB (Red+Green+Blue) = 148+223+183=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DFB7 is #6B2048. Grayscale: #C4C4C4. Windows color (decimal): -7020617 or 12050324. OLE color: 12050324.
HSL color Cylindrical-coordinate representation of color #94DFB7: hue angle of 148º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFB7 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 183 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.13 |
| HSL | 148º | 0.54% | 0.73% | - |
| HSV(B) | 148º | 0.34% | 0.87% | - |
| XYZ | 47.15 | 62.49 | 54.38 | - |
| YUV | 196.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 183 | 0.34 | 0 | 0.18 | 0.13 | 148 | 0.54 | 0.73 |
| Hex | 94 | DF | B7 | 22 | 0 | 12 | D | 94 | 36 | 49 |
| Octal | 224 | 337 | 267 | 42 | 0 | 22 | 15 | 224 | 66 | 111 |
| Binary | 10010100 | 11011111 | 10110111 | 100010 | 0 | 10010 | 1101 | 10010100 | 110110 | 1001001 |
Color Harmonies of #94DFB7
Complementary color
Monochromatic Colors of #94DFB7
Black with #94DFB7
Text Example
Text Example
White with #94DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFB7; }
p { color: rgb(148,223,183); }
H1.HeaderClassName
{
color: #94DFB7;
}
.AnyTagClassName
{
color: #94DFB7;
}
</style>
background-color css
<style>
a { background-color: #94DFB7; }
a { background-color: rgb(148,223,183); }
div.DivClassName
{
background-color: #94DFB7;
}
.BgClassName
{
background-color: #94DFB7;
}
</style>
border-color css
<style>
span { border-color: #94DFB7; }
span { border-color: rgb(148,223,183); }
td.TdClassName
{
border-color: #94DFB7;
}
.TagClassName
{
border-color: #94DFB7;
}
</style>