#9ECEC1

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

Shades of Opal #9ECEC1

Tints of Opal #9ECEC1

Color information

#9ECEC1 (or 0x9ECEC1) is unknown color: approx Opal. HEX triplet: 9E, CE and C1. RGB value is (158,206,193). Sum of RGB (Red+Green+Blue) = 158+206+193=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEC1 is #61313E. Grayscale: #BEBEBE. Windows color (decimal): -6369599 or 12701342. OLE color: 12701342.

HSL color Cylindrical-coordinate representation of color #9ECEC1: hue angle of 163.75º 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 #9ECEC1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB158206193-
CMYK0.2300.060.19
HSL163.75º32.88%71.37%-
HSV(B)163.75º23.3%80.78%-
XYZ45.855.2658.7-
YUV190.17129.6105.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=28.37%
G=36.98%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061930.2300.060.19163.7532.8871.37
Hex9ECEC1170613a42147
Octal23631630127062324441107
Binary10011110110011101100000110111011010011101001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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