Shades of Vista Blue #94DEC0
Tints of Vista Blue #94DEC0
RGB
CMYK
RGB Variations
Color information
#94DEC0 (or 0x94DEC0) is known color: Vista Blue. HEX triplet: 94, DE and C0. RGB value is (148,222,192). Sum of RGB (Red+Green+Blue) = 148+222+192=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEC0 is #6B213F. Grayscale: #C4C4C4. Windows color (decimal): -7020864 or 12639892. OLE color: 12639892.
HSL color Cylindrical-coordinate representation of color #94DEC0: hue angle of 155.68º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 192 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.13 |
| HSL | 155.68º | 0.53% | 0.73% | - |
| HSV(B) | 155.68º | 0.33% | 0.87% | - |
| XYZ | 47.85 | 62.34 | 59.38 | - |
| YUV | 196.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 192 | 0.33 | 0 | 0.14 | 0.13 | 155.68 | 0.53 | 0.73 |
| Hex | 94 | DE | C0 | 21 | 0 | E | D | 9C | 35 | 49 |
| Octal | 224 | 336 | 300 | 41 | 0 | 16 | 15 | 234 | 65 | 111 |
| Binary | 10010100 | 11011110 | 11000000 | 100001 | 0 | 1110 | 1101 | 10011100 | 110101 | 1001001 |
Color Harmonies of #94DEC0
Complementary color
Monochromatic Colors of #94DEC0
Black with #94DEC0
Text Example
Text Example
White with #94DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DEC0; }
p { color: rgb(148,222,192); }
H1.HeaderClassName
{
color: #94DEC0;
}
.AnyTagClassName
{
color: #94DEC0;
}
</style>
background-color css
<style>
a { background-color: #94DEC0; }
a { background-color: rgb(148,222,192); }
div.DivClassName
{
background-color: #94DEC0;
}
.BgClassName
{
background-color: #94DEC0;
}
</style>
border-color css
<style>
span { border-color: #94DEC0; }
span { border-color: rgb(148,222,192); }
td.TdClassName
{
border-color: #94DEC0;
}
.TagClassName
{
border-color: #94DEC0;
}
</style>