Shades of Vista Blue #94DCBD
Tints of Vista Blue #94DCBD
RGB
CMYK
RGB Variations
Color information
#94DCBD (or 0x94DCBD) is known color: Vista Blue. HEX triplet: 94, DC and BD. RGB value is (148,220,189). Sum of RGB (Red+Green+Blue) = 148+220+189=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCBD is #6B2342. Grayscale: #C2C2C2. Windows color (decimal): -7021379 or 12442772. OLE color: 12442772.
HSL color Cylindrical-coordinate representation of color #94DCBD: hue angle of 154.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 #94DCBD is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 189 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.14 |
| HSL | 154.17º | 0.51% | 0.72% | - |
| HSV(B) | 154.17º | 0.33% | 0.86% | - |
| XYZ | 46.99 | 61.16 | 57.47 | - |
| YUV | 194.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 189 | 0.33 | 0 | 0.14 | 0.14 | 154.17 | 0.51 | 0.72 |
| Hex | 94 | DC | BD | 21 | 0 | E | E | 9A | 33 | 48 |
| Octal | 224 | 334 | 275 | 41 | 0 | 16 | 16 | 232 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10111101 | 100001 | 0 | 1110 | 1110 | 10011010 | 110011 | 1001000 |
Color Harmonies of #94DCBD
Complementary color
Monochromatic Colors of #94DCBD
Black with #94DCBD
Text Example
Text Example
White with #94DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCBD; }
p { color: rgb(148,220,189); }
H1.HeaderClassName
{
color: #94DCBD;
}
.AnyTagClassName
{
color: #94DCBD;
}
</style>
background-color css
<style>
a { background-color: #94DCBD; }
a { background-color: rgb(148,220,189); }
div.DivClassName
{
background-color: #94DCBD;
}
.BgClassName
{
background-color: #94DCBD;
}
</style>
border-color css
<style>
span { border-color: #94DCBD; }
span { border-color: rgb(148,220,189); }
td.TdClassName
{
border-color: #94DCBD;
}
.TagClassName
{
border-color: #94DCBD;
}
</style>