#9ECFF9

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

Shades of Sail #9ECFF9

Tints of Sail #9ECFF9

Color information

#9ECFF9 (or 0x9ECFF9) is unknown color: approx Sail. HEX triplet: 9E, CF and F9. RGB value is (158,207,249). Sum of RGB (Red+Green+Blue) = 158+207+249=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ECFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFF9 is #613006. Grayscale: #C4C4C4. Windows color (decimal): -6369287 or 16371614. OLE color: 16371614.

HSL color Cylindrical-coordinate representation of color #9ECFF9: hue angle of 207.69º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ECFF9 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158207249-
CMYK0.370.1700.02
HSL207.69º88.35%79.8%-
HSV(B)207.69º36.55%97.65%-
XYZ53.5158.7398.14-
YUV197.14157.27100.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=25.73%
G=33.71%
B=40.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582072490.370.1700.02207.6988.3579.8
Hex9ECFF9251102d05850
Octal236317371452102320130120
Binary100111101100111111111001100101100010101101000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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