#9ECFC1

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

Shades of Opal #9ECFC1

Tints of Opal #9ECFC1

Color information

#9ECFC1 (or 0x9ECFC1) is unknown color: approx Opal. HEX triplet: 9E, CF and C1. RGB value is (158,207,193). Sum of RGB (Red+Green+Blue) = 158+207+193=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFC1 is #61303E. Grayscale: #BEBEBE. Windows color (decimal): -6369343 or 12701598. OLE color: 12701598.

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

Color convert

RGB158207193-
CMYK0.2400.070.19
HSL162.86º33.79%71.57%-
HSV(B)162.86º23.67%81.18%-
XYZ46.0455.7558.79-
YUV190.75129.27104.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=28.32%
G=37.10%
B=34.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071930.2400.070.19162.8633.7971.57
Hex9ECFC1180713a32248
Octal23631730130072324342110
Binary10011110110011111100000111000011110011101000111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,193); }

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

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

 a { background-color: rgb(158,207,193); }

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

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

 span { border-color: rgb(158,207,193); }

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