Shades of Vista Blue #9EDFBB
Tints of Vista Blue #9EDFBB
RGB
CMYK
RGB Variations
Color information
#9EDFBB (or 0x9EDFBB) is known color: Vista Blue. HEX triplet: 9E, DF and BB. RGB value is (158,223,187). Sum of RGB (Red+Green+Blue) = 158+223+187=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBB is #612044. Grayscale: #C7C7C7. Windows color (decimal): -6365253 or 12312478. OLE color: 12312478.
HSL color Cylindrical-coordinate representation of color #9EDFBB: hue angle of 146.77º 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 #9EDFBB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 187 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.13 |
| HSL | 146.77º | 0.5% | 0.75% | - |
| HSV(B) | 146.77º | 0.29% | 0.87% | - |
| XYZ | 49.46 | 63.63 | 56.69 | - |
| YUV | 199.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 187 | 0.29 | 0 | 0.16 | 0.13 | 146.77 | 0.5 | 0.75 |
| Hex | 9E | DF | BB | 1D | 0 | 10 | D | 93 | 32 | 4B |
| Octal | 236 | 337 | 273 | 35 | 0 | 20 | 15 | 223 | 62 | 113 |
| Binary | 10011110 | 11011111 | 10111011 | 11101 | 0 | 10000 | 1101 | 10010011 | 110010 | 1001011 |
Color Harmonies of #9EDFBB
Complementary color
Monochromatic Colors of #9EDFBB
Black with #9EDFBB
Text Example
Text Example
White with #9EDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFBB; }
p { color: rgb(158,223,187); }
H1.HeaderClassName
{
color: #9EDFBB;
}
.AnyTagClassName
{
color: #9EDFBB;
}
</style>
background-color css
<style>
a { background-color: #9EDFBB; }
a { background-color: rgb(158,223,187); }
div.DivClassName
{
background-color: #9EDFBB;
}
.BgClassName
{
background-color: #9EDFBB;
}
</style>
border-color css
<style>
span { border-color: #9EDFBB; }
span { border-color: rgb(158,223,187); }
td.TdClassName
{
border-color: #9EDFBB;
}
.TagClassName
{
border-color: #9EDFBB;
}
</style>