#9EE6BB

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

Shades of Vista Blue #9EE6BB

Tints of Vista Blue #9EE6BB

Color information

#9EE6BB (or 0x9EE6BB) is unknown color: approx Vista Blue. HEX triplet: 9E, E6 and BB. RGB value is (158,230,187). Sum of RGB (Red+Green+Blue) = 158+230+187=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6BB is #611944. Grayscale: #CBCBCB. Windows color (decimal): -6363461 or 12314270. OLE color: 12314270.

HSL color Cylindrical-coordinate representation of color #9EE6BB: hue angle of 144.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE6BB is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB158230187-
CMYK0.3100.190.10
HSL144.17º59.02%76.08%-
HSV(B)144.17º31.3%90.2%-
XYZ51.3767.4557.33-
YUV203.57118.6595.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=27.48%
G=40%
B=32.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582301870.3100.190.10144.1759.0276.08
Hex9EE6BB1F013A903b4c
Octal236346273370231222073114
Binary100111101110011010111011111110100111010100100001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,230,187); }

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

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

 a { background-color: rgb(158,230,187); }

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

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

 span { border-color: rgb(158,230,187); }

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