#9EC1EA

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

Shades of Sail #9EC1EA

Tints of Sail #9EC1EA

Color information

#9EC1EA (or 0x9EC1EA) is unknown color: approx Sail. HEX triplet: 9E, C1 and EA. RGB value is (158,193,234). Sum of RGB (Red+Green+Blue) = 158+193+234=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EC1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC1EA is #613E15. Grayscale: #BBBBBB. Windows color (decimal): -6372886 or 15384990. OLE color: 15384990.

HSL color Cylindrical-coordinate representation of color #9EC1EA: hue angle of 212.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EC1EA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158193234-
CMYK0.320.1800.08
HSL212.37º64.41%76.86%-
HSV(B)212.37º32.48%91.76%-
XYZ48.0251.3585.22-
YUV187.21154.4107.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 234 (91.80% from 255) = 40%
R=27.01%
G=32.99%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581932340.320.1800.08212.3764.4176.86
Hex9EC1EA201208d4404d
Octal2363013524022010324100115
Binary10011110110000011110101010000010010010001101010010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,234); }

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

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

 a { background-color: rgb(158,193,234); }

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

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

 span { border-color: rgb(158,193,234); }

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