Shades of Vista Blue #94DCB4
Tints of Vista Blue #94DCB4
RGB
CMYK
RGB Variations
Color information
#94DCB4 (or 0x94DCB4) is known color: Vista Blue. HEX triplet: 94, DC and B4. RGB value is (148,220,180). Sum of RGB (Red+Green+Blue) = 148+220+180=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCB4 is #6B234B. Grayscale: #C2C2C2. Windows color (decimal): -7021388 or 11852948. OLE color: 11852948.
HSL color Cylindrical-coordinate representation of color #94DCB4: hue angle of 146.67º 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 #94DCB4 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 180 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.14 |
| HSL | 146.67º | 0.51% | 0.72% | - |
| HSV(B) | 146.67º | 0.33% | 0.86% | - |
| XYZ | 46.04 | 60.78 | 52.48 | - |
| YUV | 193.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 180 | 0.33 | 0 | 0.18 | 0.14 | 146.67 | 0.51 | 0.72 |
| Hex | 94 | DC | B4 | 21 | 0 | 12 | E | 93 | 33 | 48 |
| Octal | 224 | 334 | 264 | 41 | 0 | 22 | 16 | 223 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10110100 | 100001 | 0 | 10010 | 1110 | 10010011 | 110011 | 1001000 |
Color Harmonies of #94DCB4
Complementary color
Monochromatic Colors of #94DCB4
Black with #94DCB4
Text Example
Text Example
White with #94DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCB4; }
p { color: rgb(148,220,180); }
H1.HeaderClassName
{
color: #94DCB4;
}
.AnyTagClassName
{
color: #94DCB4;
}
</style>
background-color css
<style>
a { background-color: #94DCB4; }
a { background-color: rgb(148,220,180); }
div.DivClassName
{
background-color: #94DCB4;
}
.BgClassName
{
background-color: #94DCB4;
}
</style>
border-color css
<style>
span { border-color: #94DCB4; }
span { border-color: rgb(148,220,180); }
td.TdClassName
{
border-color: #94DCB4;
}
.TagClassName
{
border-color: #94DCB4;
}
</style>