#9ECAEF

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

Shades of Sail #9ECAEF

Tints of Sail #9ECAEF

Color information

#9ECAEF (or 0x9ECAEF) is unknown color: approx Sail. HEX triplet: 9E, CA and EF. RGB value is (158,202,239). Sum of RGB (Red+Green+Blue) = 158+202+239=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ECAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAEF is #613510. Grayscale: #C0C0C0. Windows color (decimal): -6370577 or 15714974. OLE color: 15714974.

HSL color Cylindrical-coordinate representation of color #9ECAEF: hue angle of 207.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECAEF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158202239-
CMYK0.340.1500.06
HSL207.41º71.68%77.84%-
HSV(B)207.41º33.89%93.73%-
XYZ50.855.7489.74-
YUV193.06153.92102.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=26.38%
G=33.72%
B=39.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582022390.340.1500.06207.4171.6877.84
Hex9ECAEF22F06cf484e
Octal236312357421706317110116
Binary100111101100101011101111100010111101101100111110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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