Shades of Vista Blue #94DBBC
Tints of Vista Blue #94DBBC
RGB
CMYK
RGB Variations
Color information
#94DBBC (or 0x94DBBC) is known color: Vista Blue. HEX triplet: 94, DB and BC. RGB value is (148,219,188). Sum of RGB (Red+Green+Blue) = 148+219+188=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBBC is #6B2443. Grayscale: #C2C2C2. Windows color (decimal): -7021636 or 12376980. OLE color: 12376980.
HSL color Cylindrical-coordinate representation of color #94DBBC: hue angle of 153.8º 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 #94DBBC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 188 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 153.8º | 0.5% | 0.72% | - |
| HSV(B) | 153.8º | 0.32% | 0.86% | - |
| XYZ | 46.62 | 60.59 | 56.81 | - |
| YUV | 194.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 188 | 0.32 | 0 | 0.14 | 0.14 | 153.8 | 0.5 | 0.72 |
| Hex | 94 | DB | BC | 20 | 0 | E | E | 9A | 32 | 48 |
| Octal | 224 | 333 | 274 | 40 | 0 | 16 | 16 | 232 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10111100 | 100000 | 0 | 1110 | 1110 | 10011010 | 110010 | 1001000 |
Color Harmonies of #94DBBC
Complementary color
Monochromatic Colors of #94DBBC
Black with #94DBBC
Text Example
Text Example
White with #94DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBBC; }
p { color: rgb(148,219,188); }
H1.HeaderClassName
{
color: #94DBBC;
}
.AnyTagClassName
{
color: #94DBBC;
}
</style>
background-color css
<style>
a { background-color: #94DBBC; }
a { background-color: rgb(148,219,188); }
div.DivClassName
{
background-color: #94DBBC;
}
.BgClassName
{
background-color: #94DBBC;
}
</style>
border-color css
<style>
span { border-color: #94DBBC; }
span { border-color: rgb(148,219,188); }
td.TdClassName
{
border-color: #94DBBC;
}
.TagClassName
{
border-color: #94DBBC;
}
</style>