#9EC2EC

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

Shades of Sail #9EC2EC

Tints of Sail #9EC2EC

Color information

#9EC2EC (or 0x9EC2EC) is unknown color: approx Sail. HEX triplet: 9E, C2 and EC. RGB value is (158,194,236). Sum of RGB (Red+Green+Blue) = 158+194+236=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC2EC is #613D13. Grayscale: #BBBBBB. Windows color (decimal): -6372628 or 15516318. OLE color: 15516318.

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

Color convert

RGB158194236-
CMYK0.330.1800.07
HSL212.31º67.24%77.25%-
HSV(B)212.31º33.05%92.55%-
XYZ48.5351.9186.82-
YUV188.02155.07106.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=26.87%
G=32.99%
B=40.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581942360.330.1800.07212.3167.2477.25
Hex9EC2EC211207d4434d
Octal236302354412207324103115
Binary1001111011000010111011001000011001001111101010010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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