Shades of Vista Blue #9EEABC
Tints of Vista Blue #9EEABC
RGB
CMYK
RGB Variations
Color information
#9EEABC (or 0x9EEABC) is known color: Vista Blue. HEX triplet: 9E, EA and BC. RGB value is (158,234,188). Sum of RGB (Red+Green+Blue) = 158+234+188=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEABC is #611543. Grayscale: #CECECE. Windows color (decimal): -6362436 or 12380830. OLE color: 12380830.
HSL color Cylindrical-coordinate representation of color #9EEABC: hue angle of 143.68º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEABC is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 188 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.08 |
| HSL | 143.68º | 0.64% | 0.77% | - |
| HSV(B) | 143.68º | 0.32% | 0.92% | - |
| XYZ | 52.6 | 69.75 | 58.27 | - |
| YUV | 206.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 188 | 0.32 | 0 | 0.20 | 0.08 | 143.68 | 0.64 | 0.77 |
| Hex | 9E | EA | BC | 20 | 0 | 14 | 8 | 90 | 40 | 4D |
| Octal | 236 | 352 | 274 | 40 | 0 | 24 | 10 | 220 | 100 | 115 |
| Binary | 10011110 | 11101010 | 10111100 | 100000 | 0 | 10100 | 1000 | 10010000 | 1000000 | 1001101 |
Color Harmonies of #9EEABC
Complementary color
Monochromatic Colors of #9EEABC
Black with #9EEABC
Text Example
Text Example
White with #9EEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEABC; }
p { color: rgb(158,234,188); }
H1.HeaderClassName
{
color: #9EEABC;
}
.AnyTagClassName
{
color: #9EEABC;
}
</style>
background-color css
<style>
a { background-color: #9EEABC; }
a { background-color: rgb(158,234,188); }
div.DivClassName
{
background-color: #9EEABC;
}
.BgClassName
{
background-color: #9EEABC;
}
</style>
border-color css
<style>
span { border-color: #9EEABC; }
span { border-color: rgb(158,234,188); }
td.TdClassName
{
border-color: #9EEABC;
}
.TagClassName
{
border-color: #9EEABC;
}
</style>