Shades of Vista Blue #94DCB6
Tints of Vista Blue #94DCB6
RGB
CMYK
RGB Variations
Color information
#94DCB6 (or 0x94DCB6) is known color: Vista Blue. HEX triplet: 94, DC and B6. RGB value is (148,220,182). Sum of RGB (Red+Green+Blue) = 148+220+182=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCB6 is #6B2349. Grayscale: #C2C2C2. Windows color (decimal): -7021386 or 11984020. OLE color: 11984020.
HSL color Cylindrical-coordinate representation of color #94DCB6: hue angle of 148.33º 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 #94DCB6 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 182 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.14 |
| HSL | 148.33º | 0.51% | 0.72% | - |
| HSV(B) | 148.33º | 0.33% | 0.86% | - |
| XYZ | 46.25 | 60.86 | 53.57 | - |
| YUV | 194.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 182 | 0.33 | 0 | 0.17 | 0.14 | 148.33 | 0.51 | 0.72 |
| Hex | 94 | DC | B6 | 21 | 0 | 11 | E | 94 | 33 | 48 |
| Octal | 224 | 334 | 266 | 41 | 0 | 21 | 16 | 224 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10110110 | 100001 | 0 | 10001 | 1110 | 10010100 | 110011 | 1001000 |
Color Harmonies of #94DCB6
Complementary color
Monochromatic Colors of #94DCB6
Black with #94DCB6
Text Example
Text Example
White with #94DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCB6; }
p { color: rgb(148,220,182); }
H1.HeaderClassName
{
color: #94DCB6;
}
.AnyTagClassName
{
color: #94DCB6;
}
</style>
background-color css
<style>
a { background-color: #94DCB6; }
a { background-color: rgb(148,220,182); }
div.DivClassName
{
background-color: #94DCB6;
}
.BgClassName
{
background-color: #94DCB6;
}
</style>
border-color css
<style>
span { border-color: #94DCB6; }
span { border-color: rgb(148,220,182); }
td.TdClassName
{
border-color: #94DCB6;
}
.TagClassName
{
border-color: #94DCB6;
}
</style>