#9eefbb

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

Shades of Vista Blue #9EEFBB

Tints of Vista Blue #9EEFBB

Color information

#9EEFBB (or 0x9EEFBB) is unknown color: approx Vista Blue. HEX triplet: 9E, EF and BB. RGB value is (158,239,187). Sum of RGB (Red+Green+Blue) = 158+239+187=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFBB is #611044. Grayscale: #D0D0D0. Windows color (decimal): -6361157 or 12316574. OLE color: 12316574.

HSL color Cylindrical-coordinate representation of color #9EEFBB: hue angle of 141.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFBB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB158239187-
CMYK0.3400.220.06
HSL141.48º71.68%77.84%-
HSV(B)141.48º33.89%93.73%-
XYZ53.9472.5958.18-
YUV208.85115.6691.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.05%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=27.05%
G=40.92%
B=32.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582391870.3400.220.06141.4871.6877.84
Hex9EEFBB2201668d484e
Octal236357273420266215110116
Binary1001111011101111101110111000100101101101000110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eefbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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