Shades of Vista Blue #94EAC2
Tints of Vista Blue #94EAC2
RGB
CMYK
RGB Variations
Color information
#94EAC2 (or 0x94EAC2) is known color: Vista Blue. HEX triplet: 94, EA and C2. RGB value is (148,234,194). Sum of RGB (Red+Green+Blue) = 148+234+194=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAC2 is #6B153D. Grayscale: #CBCBCB. Windows color (decimal): -7017790 or 12774036. OLE color: 12774036.
HSL color Cylindrical-coordinate representation of color #94EAC2: hue angle of 152.09º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAC2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 194 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.08 |
| HSL | 152.09º | 0.67% | 0.75% | - |
| HSV(B) | 152.09º | 0.37% | 0.92% | - |
| XYZ | 51.37 | 69.04 | 61.66 | - |
| YUV | 203.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 194 | 0.37 | 0 | 0.17 | 0.08 | 152.09 | 0.67 | 0.75 |
| Hex | 94 | EA | C2 | 25 | 0 | 11 | 8 | 98 | 43 | 4B |
| Octal | 224 | 352 | 302 | 45 | 0 | 21 | 10 | 230 | 103 | 113 |
| Binary | 10010100 | 11101010 | 11000010 | 100101 | 0 | 10001 | 1000 | 10011000 | 1000011 | 1001011 |
Color Harmonies of #94EAC2
Complementary color
Monochromatic Colors of #94EAC2
Black with #94EAC2
Text Example
Text Example
White with #94EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EAC2; }
p { color: rgb(148,234,194); }
H1.HeaderClassName
{
color: #94EAC2;
}
.AnyTagClassName
{
color: #94EAC2;
}
</style>
background-color css
<style>
a { background-color: #94EAC2; }
a { background-color: rgb(148,234,194); }
div.DivClassName
{
background-color: #94EAC2;
}
.BgClassName
{
background-color: #94EAC2;
}
</style>
border-color css
<style>
span { border-color: #94EAC2; }
span { border-color: rgb(148,234,194); }
td.TdClassName
{
border-color: #94EAC2;
}
.TagClassName
{
border-color: #94EAC2;
}
</style>