#9ECAED

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

Shades of Sail #9ECAED

Tints of Sail #9ECAED

Color information

#9ECAED (or 0x9ECAED) is unknown color: approx Sail. HEX triplet: 9E, CA and ED. RGB value is (158,202,237). Sum of RGB (Red+Green+Blue) = 158+202+237=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAED is #613512. Grayscale: #C0C0C0. Windows color (decimal): -6370579 or 15583902. OLE color: 15583902.

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

Color convert

RGB158202237-
CMYK0.330.1500.07
HSL206.58º68.7%77.45%-
HSV(B)206.58º33.33%92.94%-
XYZ50.5155.6288.2-
YUV192.83152.92103.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=26.47%
G=33.84%
B=39.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582022370.330.1500.07206.5868.777.45
Hex9ECAED21F07cf454d
Octal236312355411707317105115
Binary100111101100101011101101100001111101111100111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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