Shades of Vista Blue #94DCAB
Tints of Vista Blue #94DCAB
RGB
CMYK
RGB Variations
Color information
#94DCAB (or 0x94DCAB) is known color: Vista Blue. HEX triplet: 94, DC and AB. RGB value is (148,220,171). Sum of RGB (Red+Green+Blue) = 148+220+171=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCAB is #6B2354. Grayscale: #C1C1C1. Windows color (decimal): -7021397 or 11263124. OLE color: 11263124.
HSL color Cylindrical-coordinate representation of color #94DCAB: hue angle of 139.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCAB is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 171 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.14 |
| HSL | 139.17º | 0.51% | 0.72% | - |
| HSV(B) | 139.17º | 0.33% | 0.86% | - |
| XYZ | 45.16 | 60.42 | 47.81 | - |
| YUV | 192.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 171 | 0.33 | 0 | 0.22 | 0.14 | 139.17 | 0.51 | 0.72 |
| Hex | 94 | DC | AB | 21 | 0 | 16 | E | 8B | 33 | 48 |
| Octal | 224 | 334 | 253 | 41 | 0 | 26 | 16 | 213 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10101011 | 100001 | 0 | 10110 | 1110 | 10001011 | 110011 | 1001000 |
Color Harmonies of #94DCAB
Complementary color
Monochromatic Colors of #94DCAB
Black with #94DCAB
Text Example
Text Example
White with #94DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCAB; }
p { color: rgb(148,220,171); }
H1.HeaderClassName
{
color: #94DCAB;
}
.AnyTagClassName
{
color: #94DCAB;
}
</style>
background-color css
<style>
a { background-color: #94DCAB; }
a { background-color: rgb(148,220,171); }
div.DivClassName
{
background-color: #94DCAB;
}
.BgClassName
{
background-color: #94DCAB;
}
</style>
border-color css
<style>
span { border-color: #94DCAB; }
span { border-color: rgb(148,220,171); }
td.TdClassName
{
border-color: #94DCAB;
}
.TagClassName
{
border-color: #94DCAB;
}
</style>