#9EE4BA

Color #9EE4BA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9EE4BA

Tints of Vista Blue #9EE4BA

Color information

#9EE4BA (or 0x9EE4BA) is unknown color: approx Vista Blue. HEX triplet: 9E, E4 and BA. RGB value is (158,228,186). Sum of RGB (Red+Green+Blue) = 158+228+186=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4BA is #611B45. Grayscale: #CACACA. Windows color (decimal): -6363974 or 12248222. OLE color: 12248222.

HSL color Cylindrical-coordinate representation of color #9EE4BA: hue angle of 144º 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 #9EE4BA is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB158228186-
CMYK0.3100.180.11
HSL144º56.45%75.69%-
HSV(B)144º30.7%89.41%-
XYZ50.7166.356.58-
YUV202.28118.8196.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=27.62%
G=39.86%
B=32.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582281860.3100.180.1114456.4575.69
Hex9EE4BA1F012B90384c
Octal236344272370221322070114
Binary100111101110010010111010111110100101011100100001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE4BA; }

 p { color: rgb(158,228,186); }

 H1.HeaderClassName
 {
   color: #9EE4BA;
 }
 .AnyTagClassName
 {
   color: #9EE4BA;
 }
</style>
background-color css

<style>
 a { background-color: #9EE4BA; }

 a { background-color: rgb(158,228,186); }

 div.DivClassName
 {
   background-color: #9EE4BA;
 }
 .BgClassName
 {
   background-color: #9EE4BA;
 }
</style>
border-color css

<style>
 span { border-color: #9EE4BA; }

 span { border-color: rgb(158,228,186); }

 td.TdClassName
 {
   border-color: #9EE4BA;
 }
 .TagClassName
 {
   border-color: #9EE4BA;
 }
</style>