Shades of Vista Blue #94DDAB
Tints of Vista Blue #94DDAB
RGB
CMYK
RGB Variations
Color information
#94DDAB (or 0x94DDAB) is known color: Vista Blue. HEX triplet: 94, DD and AB. RGB value is (148,221,171). Sum of RGB (Red+Green+Blue) = 148+221+171=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDAB is #6B2254. Grayscale: #C1C1C1. Windows color (decimal): -7021141 or 11263380. OLE color: 11263380.
HSL color Cylindrical-coordinate representation of color #94DDAB: hue angle of 138.9º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDAB is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 171 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.13 |
| HSL | 138.9º | 0.52% | 0.72% | - |
| HSV(B) | 138.9º | 0.33% | 0.87% | - |
| XYZ | 45.42 | 60.95 | 47.9 | - |
| YUV | 193.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 171 | 0.33 | 0 | 0.23 | 0.13 | 138.9 | 0.52 | 0.72 |
| Hex | 94 | DD | AB | 21 | 0 | 17 | D | 8B | 34 | 48 |
| Octal | 224 | 335 | 253 | 41 | 0 | 27 | 15 | 213 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10101011 | 100001 | 0 | 10111 | 1101 | 10001011 | 110100 | 1001000 |
Color Harmonies of #94DDAB
Complementary color
Monochromatic Colors of #94DDAB
Black with #94DDAB
Text Example
Text Example
White with #94DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDAB; }
p { color: rgb(148,221,171); }
H1.HeaderClassName
{
color: #94DDAB;
}
.AnyTagClassName
{
color: #94DDAB;
}
</style>
background-color css
<style>
a { background-color: #94DDAB; }
a { background-color: rgb(148,221,171); }
div.DivClassName
{
background-color: #94DDAB;
}
.BgClassName
{
background-color: #94DDAB;
}
</style>
border-color css
<style>
span { border-color: #94DDAB; }
span { border-color: rgb(148,221,171); }
td.TdClassName
{
border-color: #94DDAB;
}
.TagClassName
{
border-color: #94DDAB;
}
</style>