#9EE9BB

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

Shades of Vista Blue #9EE9BB

Tints of Vista Blue #9EE9BB

Color information

#9EE9BB (or 0x9EE9BB) is unknown color: approx Vista Blue. HEX triplet: 9E, E9 and BB. RGB value is (158,233,187). Sum of RGB (Red+Green+Blue) = 158+233+187=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9BB is #611644. Grayscale: #CDCDCD. Windows color (decimal): -6362693 or 12315038. OLE color: 12315038.

HSL color Cylindrical-coordinate representation of color #9EE9BB: hue angle of 143.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9BB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB158233187-
CMYK0.3200.200.09
HSL143.2º63.03%76.67%-
HSV(B)143.2º32.19%91.37%-
XYZ52.2169.1357.61-
YUV205.33117.6594.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.34%
GREEN value IS 233 (91.41% from 255) = 40.31%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=27.34%
G=40.31%
B=32.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582331870.3200.200.09143.263.0376.67
Hex9EE9BB2001498f3f4d
Octal236351273400241121777115
Binary1001111011101001101110111000000101001001100011111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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