#9ECEFB

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

Shades of Sail #9ECEFB

Tints of Sail #9ECEFB

Color information

#9ECEFB (or 0x9ECEFB) is unknown color: approx Sail. HEX triplet: 9E, CE and FB. RGB value is (158,206,251). Sum of RGB (Red+Green+Blue) = 158+206+251=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ECEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEFB is #613104. Grayscale: #C4C4C4. Windows color (decimal): -6369541 or 16502430. OLE color: 16502430.

HSL color Cylindrical-coordinate representation of color #9ECEFB: hue angle of 209.03º degrees, saturation: 0.92, 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 #9ECEFB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158206251-
CMYK0.370.1800.02
HSL209.03º92.08%80.2%-
HSV(B)209.03º37.05%98.43%-
XYZ53.5858.3899.71-
YUV196.78158.6100.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.69%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=25.69%
G=33.50%
B=40.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582062510.370.1800.02209.0392.0880.2
Hex9ECEFB251202d15c50
Octal236316373452202321134120
Binary100111101100111011111011100101100100101101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,251); }

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

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

 a { background-color: rgb(158,206,251); }

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

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

 span { border-color: rgb(158,206,251); }

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