Shades of Vista Blue #94E6BD
Tints of Vista Blue #94E6BD
RGB
CMYK
RGB Variations
Color information
#94E6BD (or 0x94E6BD) is known color: Vista Blue. HEX triplet: 94, E6 and BD. RGB value is (148,230,189). Sum of RGB (Red+Green+Blue) = 148+230+189=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6BD is #6B1942. Grayscale: #C8C8C8. Windows color (decimal): -7018819 or 12445332. OLE color: 12445332.
HSL color Cylindrical-coordinate representation of color #94E6BD: hue angle of 150º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6BD is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 189 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.10 |
| HSL | 150º | 0.62% | 0.74% | - |
| HSV(B) | 150º | 0.36% | 0.9% | - |
| XYZ | 49.69 | 66.56 | 58.37 | - |
| YUV | 200.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 189 | 0.36 | 0 | 0.18 | 0.10 | 150 | 0.62 | 0.74 |
| Hex | 94 | E6 | BD | 24 | 0 | 12 | A | 96 | 3E | 4A |
| Octal | 224 | 346 | 275 | 44 | 0 | 22 | 12 | 226 | 76 | 112 |
| Binary | 10010100 | 11100110 | 10111101 | 100100 | 0 | 10010 | 1010 | 10010110 | 111110 | 1001010 |
Color Harmonies of #94E6BD
Complementary color
Monochromatic Colors of #94E6BD
Black with #94E6BD
Text Example
Text Example
White with #94E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E6BD; }
p { color: rgb(148,230,189); }
H1.HeaderClassName
{
color: #94E6BD;
}
.AnyTagClassName
{
color: #94E6BD;
}
</style>
background-color css
<style>
a { background-color: #94E6BD; }
a { background-color: rgb(148,230,189); }
div.DivClassName
{
background-color: #94E6BD;
}
.BgClassName
{
background-color: #94E6BD;
}
</style>
border-color css
<style>
span { border-color: #94E6BD; }
span { border-color: rgb(148,230,189); }
td.TdClassName
{
border-color: #94E6BD;
}
.TagClassName
{
border-color: #94E6BD;
}
</style>