#9EC3DE

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

Shades of Sail #9EC3DE

Tints of Sail #9EC3DE

Color information

#9EC3DE (or 0x9EC3DE) is unknown color: approx Sail. HEX triplet: 9E, C3 and DE. RGB value is (158,195,222). Sum of RGB (Red+Green+Blue) = 158+195+222=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC3DE is #613C21. Grayscale: #BABABA. Windows color (decimal): -6372386 or 14599070. OLE color: 14599070.

HSL color Cylindrical-coordinate representation of color #9EC3DE: hue angle of 205.31º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC3DE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158195222-
CMYK0.290.1200.13
HSL205.31º49.23%74.51%-
HSV(B)205.31º28.83%87.06%-
XYZ46.851.5776.6-
YUV187.02147.74107.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=27.48%
G=33.91%
B=38.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581952220.290.1200.13205.3149.2374.51
Hex9EC3DE1DC0Dcd314b
Octal236303336351401531561113
Binary10011110110000111101111011101110001101110011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,222); }

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

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

 a { background-color: rgb(158,195,222); }

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

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

 span { border-color: rgb(158,195,222); }

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