Shades of Vista Blue #9EE4B4
Tints of Vista Blue #9EE4B4
RGB
CMYK
RGB Variations
Color information
#9EE4B4 (or 0x9EE4B4) is known color: Vista Blue. HEX triplet: 9E, E4 and B4. RGB value is (158,228,180). Sum of RGB (Red+Green+Blue) = 158+228+180=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4B4 is #611B4B. Grayscale: #C9C9C9. Windows color (decimal): -6363980 or 11855006. OLE color: 11855006.
HSL color Cylindrical-coordinate representation of color #9EE4B4: hue angle of 138.86º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4B4 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 180 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.11 |
| HSL | 138.86º | 0.56% | 0.76% | - |
| HSV(B) | 138.86º | 0.31% | 0.89% | - |
| XYZ | 50.08 | 66.05 | 53.29 | - |
| YUV | 201.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 180 | 0.31 | 0 | 0.21 | 0.11 | 138.86 | 0.56 | 0.76 |
| Hex | 9E | E4 | B4 | 1F | 0 | 15 | B | 8B | 38 | 4C |
| Octal | 236 | 344 | 264 | 37 | 0 | 25 | 13 | 213 | 70 | 114 |
| Binary | 10011110 | 11100100 | 10110100 | 11111 | 0 | 10101 | 1011 | 10001011 | 111000 | 1001100 |
Color Harmonies of #9EE4B4
Complementary color
Monochromatic Colors of #9EE4B4
Black with #9EE4B4
Text Example
Text Example
White with #9EE4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4B4; }
p { color: rgb(158,228,180); }
H1.HeaderClassName
{
color: #9EE4B4;
}
.AnyTagClassName
{
color: #9EE4B4;
}
</style>
background-color css
<style>
a { background-color: #9EE4B4; }
a { background-color: rgb(158,228,180); }
div.DivClassName
{
background-color: #9EE4B4;
}
.BgClassName
{
background-color: #9EE4B4;
}
</style>
border-color css
<style>
span { border-color: #9EE4B4; }
span { border-color: rgb(158,228,180); }
td.TdClassName
{
border-color: #9EE4B4;
}
.TagClassName
{
border-color: #9EE4B4;
}
</style>