Shades of Vista Blue #9EDBBC
Tints of Vista Blue #9EDBBC
RGB
CMYK
RGB Variations
Color information
#9EDBBC (or 0x9EDBBC) is known color: Vista Blue. HEX triplet: 9E, DB and BC. RGB value is (158,219,188). Sum of RGB (Red+Green+Blue) = 158+219+188=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBBC is #612443. Grayscale: #C5C5C5. Windows color (decimal): -6366276 or 12376990. OLE color: 12376990.
HSL color Cylindrical-coordinate representation of color #9EDBBC: hue angle of 149.51º 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 #9EDBBC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 188 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.14 |
| HSL | 149.51º | 0.46% | 0.74% | - |
| HSV(B) | 149.51º | 0.28% | 0.86% | - |
| XYZ | 48.51 | 61.56 | 56.9 | - |
| YUV | 197.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 188 | 0.28 | 0 | 0.14 | 0.14 | 149.51 | 0.46 | 0.74 |
| Hex | 9E | DB | BC | 1C | 0 | E | E | 96 | 2E | 4A |
| Octal | 236 | 333 | 274 | 34 | 0 | 16 | 16 | 226 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10111100 | 11100 | 0 | 1110 | 1110 | 10010110 | 101110 | 1001010 |
Color Harmonies of #9EDBBC
Complementary color
Monochromatic Colors of #9EDBBC
Black with #9EDBBC
Text Example
Text Example
White with #9EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBBC; }
p { color: rgb(158,219,188); }
H1.HeaderClassName
{
color: #9EDBBC;
}
.AnyTagClassName
{
color: #9EDBBC;
}
</style>
background-color css
<style>
a { background-color: #9EDBBC; }
a { background-color: rgb(158,219,188); }
div.DivClassName
{
background-color: #9EDBBC;
}
.BgClassName
{
background-color: #9EDBBC;
}
</style>
border-color css
<style>
span { border-color: #9EDBBC; }
span { border-color: rgb(158,219,188); }
td.TdClassName
{
border-color: #9EDBBC;
}
.TagClassName
{
border-color: #9EDBBC;
}
</style>