Shades of Vista Blue #9EECBC
Tints of Vista Blue #9EECBC
RGB
CMYK
RGB Variations
Color information
#9EECBC (or 0x9EECBC) is known color: Vista Blue. HEX triplet: 9E, EC and BC. RGB value is (158,236,188). Sum of RGB (Red+Green+Blue) = 158+236+188=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECBC is #611343. Grayscale: #CFCFCF. Windows color (decimal): -6361924 or 12381342. OLE color: 12381342.
HSL color Cylindrical-coordinate representation of color #9EECBC: hue angle of 143.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECBC is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 188 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 143.08º | 0.67% | 0.77% | - |
| HSV(B) | 143.08º | 0.33% | 0.93% | - |
| XYZ | 53.17 | 70.89 | 58.46 | - |
| YUV | 207.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 188 | 0.33 | 0 | 0.20 | 0.07 | 143.08 | 0.67 | 0.77 |
| Hex | 9E | EC | BC | 21 | 0 | 14 | 7 | 8F | 43 | 4D |
| Octal | 236 | 354 | 274 | 41 | 0 | 24 | 7 | 217 | 103 | 115 |
| Binary | 10011110 | 11101100 | 10111100 | 100001 | 0 | 10100 | 111 | 10001111 | 1000011 | 1001101 |
Color Harmonies of #9EECBC
Complementary color
Monochromatic Colors of #9EECBC
Black with #9EECBC
Text Example
Text Example
White with #9EECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECBC; }
p { color: rgb(158,236,188); }
H1.HeaderClassName
{
color: #9EECBC;
}
.AnyTagClassName
{
color: #9EECBC;
}
</style>
background-color css
<style>
a { background-color: #9EECBC; }
a { background-color: rgb(158,236,188); }
div.DivClassName
{
background-color: #9EECBC;
}
.BgClassName
{
background-color: #9EECBC;
}
</style>
border-color css
<style>
span { border-color: #9EECBC; }
span { border-color: rgb(158,236,188); }
td.TdClassName
{
border-color: #9EECBC;
}
.TagClassName
{
border-color: #9EECBC;
}
</style>