Shades of Vista Blue #9EC8B4
Tints of Vista Blue #9EC8B4
RGB
CMYK
RGB Variations
Color information
#9EC8B4 (or 0x9EC8B4) is known color: Vista Blue. HEX triplet: 9E, C8 and B4. RGB value is (158,200,180). Sum of RGB (Red+Green+Blue) = 158+200+180=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC8B4 is #61374B. Grayscale: #B9B9B9. Windows color (decimal): -6371148 or 11847838. OLE color: 11847838.
HSL color Cylindrical-coordinate representation of color #9EC8B4: hue angle of 151.43º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC8B4 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 180 | - |
| CMYK | 0.21 | 0 | 0.1 | 0.22 |
| HSL | 151.43º | 0.28% | 0.7% | - |
| HSV(B) | 151.43º | 0.21% | 0.78% | - |
| XYZ | 42.99 | 51.87 | 50.93 | - |
| YUV | 185.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 180 | 0.21 | 0 | 0.1 | 0.22 | 151.43 | 0.28 | 0.7 |
| Hex | 9E | C8 | B4 | 15 | 0 | A | 16 | 97 | 1C | 46 |
| Octal | 236 | 310 | 264 | 25 | 0 | 12 | 26 | 227 | 34 | 106 |
| Binary | 10011110 | 11001000 | 10110100 | 10101 | 0 | 1010 | 10110 | 10010111 | 11100 | 1000110 |
Color Harmonies of #9EC8B4
Complementary color
Monochromatic Colors of #9EC8B4
Black with #9EC8B4
Text Example
Text Example
White with #9EC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC8B4; }
p { color: rgb(158,200,180); }
H1.HeaderClassName
{
color: #9EC8B4;
}
.AnyTagClassName
{
color: #9EC8B4;
}
</style>
background-color css
<style>
a { background-color: #9EC8B4; }
a { background-color: rgb(158,200,180); }
div.DivClassName
{
background-color: #9EC8B4;
}
.BgClassName
{
background-color: #9EC8B4;
}
</style>
border-color css
<style>
span { border-color: #9EC8B4; }
span { border-color: rgb(158,200,180); }
td.TdClassName
{
border-color: #9EC8B4;
}
.TagClassName
{
border-color: #9EC8B4;
}
</style>