#9ECEE2

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

Shades of French Pass #9ECEE2

Tints of French Pass #9ECEE2

Color information

#9ECEE2 (or 0x9ECEE2) is unknown color: approx French Pass. HEX triplet: 9E, CE and E2. RGB value is (158,206,226). Sum of RGB (Red+Green+Blue) = 158+206+226=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #9ECEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEE2 is #61311D. Grayscale: #C1C1C1. Windows color (decimal): -6369566 or 14864030. OLE color: 14864030.

HSL color Cylindrical-coordinate representation of color #9ECEE2: hue angle of 197.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ECEE2 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158206226-
CMYK0.300.0900.11
HSL197.65º53.97%75.29%-
HSV(B)197.65º30.09%88.63%-
XYZ49.956.980.3-
YUV193.93146.1102.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.78%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 226 (88.67% from 255) = 38.31%
R=26.78%
G=34.92%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582062260.300.0900.11197.6553.9775.29
Hex9ECEE21E90Bc6364b
Octal236316342361101330666113
Binary10011110110011101110001011110100101011110001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,226); }

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

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

 a { background-color: rgb(158,206,226); }

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

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

 span { border-color: rgb(158,206,226); }

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