#9EC7E5

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

Shades of Sail #9EC7E5

Tints of Sail #9EC7E5

Color information

#9EC7E5 (or 0x9EC7E5) is unknown color: approx Sail. HEX triplet: 9E, C7 and E5. RGB value is (158,199,229). Sum of RGB (Red+Green+Blue) = 158+199+229=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #9EC7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7E5 is #61381A. Grayscale: #BEBEBE. Windows color (decimal): -6371355 or 15058846. OLE color: 15058846.

HSL color Cylindrical-coordinate representation of color #9EC7E5: hue angle of 205.35º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EC7E5 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158199229-
CMYK0.310.1300.10
HSL205.35º57.72%75.88%-
HSV(B)205.35º31%89.8%-
XYZ48.6753.7781.94-
YUV190.16149.92105.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=26.96%
G=33.96%
B=39.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1581992290.310.1300.10205.3557.7275.88
Hex9EC7E51FD0Acd3a4c
Octal236307345371501231572114
Binary10011110110001111110010111111110101010110011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,199,229); }

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

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

 a { background-color: rgb(158,199,229); }

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

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

 span { border-color: rgb(158,199,229); }

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