#9ECCED

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

Shades of Sail #9ECCED

Tints of Sail #9ECCED

Color information

#9ECCED (or 0x9ECCED) is unknown color: approx Sail. HEX triplet: 9E, CC and ED. RGB value is (158,204,237). Sum of RGB (Red+Green+Blue) = 158+204+237=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCED is #613312. Grayscale: #C1C1C1. Windows color (decimal): -6370067 or 15584414. OLE color: 15584414.

HSL color Cylindrical-coordinate representation of color #9ECCED: hue angle of 205.06º degrees, saturation: 0.69, 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 #9ECCED is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158204237-
CMYK0.330.1400.07
HSL205.06º68.7%77.45%-
HSV(B)205.06º33.33%92.94%-
XYZ50.9856.5788.35-
YUV194.01152.26102.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=26.38%
G=34.06%
B=39.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582042370.330.1400.07205.0668.777.45
Hex9ECCED21E07cd454d
Octal236314355411607315105115
Binary100111101100110011101101100001111001111100110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,237); }

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

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

 a { background-color: rgb(158,204,237); }

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

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

 span { border-color: rgb(158,204,237); }

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