Shades of Vista Blue #94EEBB
Tints of Vista Blue #94EEBB
RGB
CMYK
RGB Variations
Color information
#94EEBB (or 0x94EEBB) is known color: Vista Blue. HEX triplet: 94, EE and BB. RGB value is (148,238,187). Sum of RGB (Red+Green+Blue) = 148+238+187=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEBB is #6B1144. Grayscale: #CDCDCD. Windows color (decimal): -7016773 or 12316308. OLE color: 12316308.
HSL color Cylindrical-coordinate representation of color #94EEBB: hue angle of 146º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEBB is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 187 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.07 |
| HSL | 146º | 0.73% | 0.76% | - |
| HSV(B) | 146º | 0.38% | 0.93% | - |
| XYZ | 51.76 | 71.03 | 58 | - |
| YUV | 205.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 187 | 0.38 | 0 | 0.21 | 0.07 | 146 | 0.73 | 0.76 |
| Hex | 94 | EE | BB | 26 | 0 | 15 | 7 | 92 | 49 | 4C |
| Octal | 224 | 356 | 273 | 46 | 0 | 25 | 7 | 222 | 111 | 114 |
| Binary | 10010100 | 11101110 | 10111011 | 100110 | 0 | 10101 | 111 | 10010010 | 1001001 | 1001100 |
Color Harmonies of #94EEBB
Complementary color
Monochromatic Colors of #94EEBB
Black with #94EEBB
Text Example
Text Example
White with #94EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEBB; }
p { color: rgb(148,238,187); }
H1.HeaderClassName
{
color: #94EEBB;
}
.AnyTagClassName
{
color: #94EEBB;
}
</style>
background-color css
<style>
a { background-color: #94EEBB; }
a { background-color: rgb(148,238,187); }
div.DivClassName
{
background-color: #94EEBB;
}
.BgClassName
{
background-color: #94EEBB;
}
</style>
border-color css
<style>
span { border-color: #94EEBB; }
span { border-color: rgb(148,238,187); }
td.TdClassName
{
border-color: #94EEBB;
}
.TagClassName
{
border-color: #94EEBB;
}
</style>