Shades of Vista Blue #94DEAD
Tints of Vista Blue #94DEAD
RGB
CMYK
RGB Variations
Color information
#94DEAD (or 0x94DEAD) is known color: Vista Blue. HEX triplet: 94, DE and AD. RGB value is (148,222,173). Sum of RGB (Red+Green+Blue) = 148+222+173=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DEAD is #6B2152. Grayscale: #C2C2C2. Windows color (decimal): -7020883 or 11394708. OLE color: 11394708.
HSL color Cylindrical-coordinate representation of color #94DEAD: hue angle of 140.27º 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 #94DEAD is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 173 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.13 |
| HSL | 140.27º | 0.53% | 0.73% | - |
| HSV(B) | 140.27º | 0.33% | 0.87% | - |
| XYZ | 45.88 | 61.56 | 49 | - |
| YUV | 194.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 173 | 0.33 | 0 | 0.22 | 0.13 | 140.27 | 0.53 | 0.73 |
| Hex | 94 | DE | AD | 21 | 0 | 16 | D | 8C | 35 | 49 |
| Octal | 224 | 336 | 255 | 41 | 0 | 26 | 15 | 214 | 65 | 111 |
| Binary | 10010100 | 11011110 | 10101101 | 100001 | 0 | 10110 | 1101 | 10001100 | 110101 | 1001001 |
Color Harmonies of #94DEAD
Complementary color
Monochromatic Colors of #94DEAD
Black with #94DEAD
Text Example
Text Example
White with #94DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DEAD; }
p { color: rgb(148,222,173); }
H1.HeaderClassName
{
color: #94DEAD;
}
.AnyTagClassName
{
color: #94DEAD;
}
</style>
background-color css
<style>
a { background-color: #94DEAD; }
a { background-color: rgb(148,222,173); }
div.DivClassName
{
background-color: #94DEAD;
}
.BgClassName
{
background-color: #94DEAD;
}
</style>
border-color css
<style>
span { border-color: #94DEAD; }
span { border-color: rgb(148,222,173); }
td.TdClassName
{
border-color: #94DEAD;
}
.TagClassName
{
border-color: #94DEAD;
}
</style>