#9EC8EC

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

Shades of Sail #9EC8EC

Tints of Sail #9EC8EC

Color information

#9EC8EC (or 0x9EC8EC) is unknown color: approx Sail. HEX triplet: 9E, C8 and EC. RGB value is (158,200,236). Sum of RGB (Red+Green+Blue) = 158+200+236=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC8EC is #613713. Grayscale: #BFBFBF. Windows color (decimal): -6371092 or 15517854. OLE color: 15517854.

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

Color convert

RGB158200236-
CMYK0.330.1500.07
HSL207.69º67.24%77.25%-
HSV(B)207.69º33.05%92.55%-
XYZ49.954.6387.27-
YUV191.55153.09104.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.60%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=26.60%
G=33.67%
B=39.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582002360.330.1500.07207.6967.2477.25
Hex9EC8EC21F07d0434d
Octal236310354411707320103115
Binary100111101100100011101100100001111101111101000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,200,236); }

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

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

 a { background-color: rgb(158,200,236); }

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

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

 span { border-color: rgb(158,200,236); }

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