Shades of Vista Blue #9EDBB5
Tints of Vista Blue #9EDBB5
RGB
CMYK
RGB Variations
Color information
#9EDBB5 (or 0x9EDBB5) is known color: Vista Blue. HEX triplet: 9E, DB and B5. RGB value is (158,219,181). Sum of RGB (Red+Green+Blue) = 158+219+181=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBB5 is #61244A. Grayscale: #C4C4C4. Windows color (decimal): -6366283 or 11918238. OLE color: 11918238.
HSL color Cylindrical-coordinate representation of color #9EDBB5: hue angle of 142.62º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 181 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.14 |
| HSL | 142.62º | 0.46% | 0.74% | - |
| HSV(B) | 142.62º | 0.28% | 0.86% | - |
| XYZ | 47.77 | 61.27 | 53.02 | - |
| YUV | 196.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 181 | 0.28 | 0 | 0.17 | 0.14 | 142.62 | 0.46 | 0.74 |
| Hex | 9E | DB | B5 | 1C | 0 | 11 | E | 8F | 2E | 4A |
| Octal | 236 | 333 | 265 | 34 | 0 | 21 | 16 | 217 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10110101 | 11100 | 0 | 10001 | 1110 | 10001111 | 101110 | 1001010 |
Color Harmonies of #9EDBB5
Complementary color
Monochromatic Colors of #9EDBB5
Black with #9EDBB5
Text Example
Text Example
White with #9EDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBB5; }
p { color: rgb(158,219,181); }
H1.HeaderClassName
{
color: #9EDBB5;
}
.AnyTagClassName
{
color: #9EDBB5;
}
</style>
background-color css
<style>
a { background-color: #9EDBB5; }
a { background-color: rgb(158,219,181); }
div.DivClassName
{
background-color: #9EDBB5;
}
.BgClassName
{
background-color: #9EDBB5;
}
</style>
border-color css
<style>
span { border-color: #9EDBB5; }
span { border-color: rgb(158,219,181); }
td.TdClassName
{
border-color: #9EDBB5;
}
.TagClassName
{
border-color: #9EDBB5;
}
</style>