#9ee4be

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

Shades of Vista Blue #9EE4BE

Tints of Vista Blue #9EE4BE

Color information

#9EE4BE (or 0x9EE4BE) is unknown color: approx Vista Blue. HEX triplet: 9E, E4 and BE. RGB value is (158,228,190). Sum of RGB (Red+Green+Blue) = 158+228+190=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4BE is #611B41. Grayscale: #CACACA. Windows color (decimal): -6363970 or 12510366. OLE color: 12510366.

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

Color convert

RGB158228190-
CMYK0.3100.170.11
HSL147.43º56.45%75.69%-
HSV(B)147.43º30.7%89.41%-
XYZ51.1466.4758.85-
YUV202.74120.8196.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 228 (89.45% from 255) = 39.58%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=27.43%
G=39.58%
B=32.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582281900.3100.170.11147.4356.4575.69
Hex9EE4BE1F011B93384c
Octal236344276370211322370114
Binary100111101110010010111110111110100011011100100111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ee4be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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