#9ECFED

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

Shades of Sail #9ECFED

Tints of Sail #9ECFED

Color information

#9ECFED (or 0x9ECFED) is unknown color: approx Sail. HEX triplet: 9E, CF and ED. RGB value is (158,207,237). Sum of RGB (Red+Green+Blue) = 158+207+237=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ECFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFED is #613012. Grayscale: #C3C3C3. Windows color (decimal): -6369299 or 15585182. OLE color: 15585182.

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

Color convert

RGB158207237-
CMYK0.330.1300.07
HSL202.78º68.7%77.45%-
HSV(B)202.78º33.33%92.94%-
XYZ51.758.0188.59-
YUV195.77151.27101.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.25%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=26.25%
G=34.39%
B=39.37%

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
Decimal1582072370.330.1300.07202.7868.777.45
Hex9ECFED21D07cb454d
Octal236317355411507313105115
Binary100111101100111111101101100001110101111100101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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