#9ECEEC

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

Shades of Sail #9ECEEC

Tints of Sail #9ECEEC

Color information

#9ECEEC (or 0x9ECEEC) is unknown color: approx Sail. HEX triplet: 9E, CE and EC. RGB value is (158,206,236). Sum of RGB (Red+Green+Blue) = 158+206+236=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ECEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEEC is #613113. Grayscale: #C2C2C2. Windows color (decimal): -6369556 or 15519390. OLE color: 15519390.

HSL color Cylindrical-coordinate representation of color #9ECEEC: hue angle of 203.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ECEEC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158206236-
CMYK0.330.1300.07
HSL203.08º67.24%77.25%-
HSV(B)203.08º33.05%92.55%-
XYZ51.3157.4787.74-
YUV195.07151.1101.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.33%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=26.33%
G=34.33%
B=39.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582062360.330.1300.07203.0867.2477.25
Hex9ECEEC21D07cb434d
Octal236316354411507313103115
Binary100111101100111011101100100001110101111100101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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