Shades of Vista Blue #9EDFBC
Tints of Vista Blue #9EDFBC
RGB
CMYK
RGB Variations
Color information
#9EDFBC (or 0x9EDFBC) is known color: Vista Blue. HEX triplet: 9E, DF and BC. RGB value is (158,223,188). Sum of RGB (Red+Green+Blue) = 158+223+188=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBC is #612043. Grayscale: #C7C7C7. Windows color (decimal): -6365252 or 12378014. OLE color: 12378014.
HSL color Cylindrical-coordinate representation of color #9EDFBC: hue angle of 147.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFBC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 188 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.13 |
| HSL | 147.69º | 0.5% | 0.75% | - |
| HSV(B) | 147.69º | 0.29% | 0.87% | - |
| XYZ | 49.57 | 63.68 | 57.26 | - |
| YUV | 199.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 188 | 0.29 | 0 | 0.16 | 0.13 | 147.69 | 0.5 | 0.75 |
| Hex | 9E | DF | BC | 1D | 0 | 10 | D | 94 | 32 | 4B |
| Octal | 236 | 337 | 274 | 35 | 0 | 20 | 15 | 224 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10111100 | 11101 | 0 | 10000 | 1101 | 10010100 | 110010 | 1001011 |
Color Harmonies of #9EDFBC
Complementary color
Monochromatic Colors of #9EDFBC
Black with #9EDFBC
Text Example
Text Example
White with #9EDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFBC; }
p { color: rgb(158,223,188); }
H1.HeaderClassName
{
color: #9EDFBC;
}
.AnyTagClassName
{
color: #9EDFBC;
}
</style>
background-color css
<style>
a { background-color: #9EDFBC; }
a { background-color: rgb(158,223,188); }
div.DivClassName
{
background-color: #9EDFBC;
}
.BgClassName
{
background-color: #9EDFBC;
}
</style>
border-color css
<style>
span { border-color: #9EDFBC; }
span { border-color: rgb(158,223,188); }
td.TdClassName
{
border-color: #9EDFBC;
}
.TagClassName
{
border-color: #9EDFBC;
}
</style>