Shades of Vista Blue #94DBBD
Tints of Vista Blue #94DBBD
RGB
CMYK
RGB Variations
Color information
#94DBBD (or 0x94DBBD) is known color: Vista Blue. HEX triplet: 94, DB and BD. RGB value is (148,219,189). Sum of RGB (Red+Green+Blue) = 148+219+189=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBBD is #6B2442. Grayscale: #C2C2C2. Windows color (decimal): -7021635 or 12442516. OLE color: 12442516.
HSL color Cylindrical-coordinate representation of color #94DBBD: hue angle of 154.65º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBBD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 189 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 154.65º | 0.5% | 0.72% | - |
| HSV(B) | 154.65º | 0.32% | 0.86% | - |
| XYZ | 46.73 | 60.63 | 57.38 | - |
| YUV | 194.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 189 | 0.32 | 0 | 0.14 | 0.14 | 154.65 | 0.5 | 0.72 |
| Hex | 94 | DB | BD | 20 | 0 | E | E | 9B | 32 | 48 |
| Octal | 224 | 333 | 275 | 40 | 0 | 16 | 16 | 233 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10111101 | 100000 | 0 | 1110 | 1110 | 10011011 | 110010 | 1001000 |
Color Harmonies of #94DBBD
Complementary color
Monochromatic Colors of #94DBBD
Black with #94DBBD
Text Example
Text Example
White with #94DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBBD; }
p { color: rgb(148,219,189); }
H1.HeaderClassName
{
color: #94DBBD;
}
.AnyTagClassName
{
color: #94DBBD;
}
</style>
background-color css
<style>
a { background-color: #94DBBD; }
a { background-color: rgb(148,219,189); }
div.DivClassName
{
background-color: #94DBBD;
}
.BgClassName
{
background-color: #94DBBD;
}
</style>
border-color css
<style>
span { border-color: #94DBBD; }
span { border-color: rgb(148,219,189); }
td.TdClassName
{
border-color: #94DBBD;
}
.TagClassName
{
border-color: #94DBBD;
}
</style>