#9ECDBE

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

Shades of Opal #9ECDBE

Tints of Opal #9ECDBE

Color information

#9ECDBE (or 0x9ECDBE) is unknown color: approx Opal. HEX triplet: 9E, CD and BE. RGB value is (158,205,190). Sum of RGB (Red+Green+Blue) = 158+205+190=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDBE is #613241. Grayscale: #BDBDBD. Windows color (decimal): -6369858 or 12504478. OLE color: 12504478.

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

Color convert

RGB158205190-
CMYK0.2300.070.20
HSL160.85º31.97%71.18%-
HSV(B)160.85º22.93%80.39%-
XYZ45.2354.6556.88-
YUV189.24128.43105.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=28.57%
G=37.07%
B=34.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051900.2300.070.20160.8531.9771.18
Hex9ECDBE170714a12047
Octal23631527627072424140107
Binary10011110110011011011111010111011110100101000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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