#9ECEBF

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

Shades of Opal #9ECEBF

Tints of Opal #9ECEBF

Color information

#9ECEBF (or 0x9ECEBF) is unknown color: approx Opal. HEX triplet: 9E, CE and BF. RGB value is (158,206,191). Sum of RGB (Red+Green+Blue) = 158+206+191=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEBF is #613140. Grayscale: #BDBDBD. Windows color (decimal): -6369601 or 12570270. OLE color: 12570270.

HSL color Cylindrical-coordinate representation of color #9ECEBF: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEBF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB158206191-
CMYK0.2300.070.19
HSL161.25º32.88%71.37%-
HSV(B)161.25º23.3%80.78%-
XYZ45.5855.1757.54-
YUV189.94128.6105.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 191 (75% from 255) = 34.41%
R=28.47%
G=37.12%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061910.2300.070.19161.2532.8871.37
Hex9ECEBF170713a12147
Octal23631627727072324141107
Binary10011110110011101011111110111011110011101000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,191); }

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

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

 a { background-color: rgb(158,206,191); }

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

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

 span { border-color: rgb(158,206,191); }

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