#9ECFE0

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

Shades of French Pass #9ECFE0

Tints of French Pass #9ECFE0

Color information

#9ECFE0 (or 0x9ECFE0) is unknown color: approx French Pass. HEX triplet: 9E, CF and E0. RGB value is (158,207,224). Sum of RGB (Red+Green+Blue) = 158+207+224=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFE0 is #61301F. Grayscale: #C2C2C2. Windows color (decimal): -6369312 or 14733214. OLE color: 14733214.

HSL color Cylindrical-coordinate representation of color #9ECFE0: hue angle of 195.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECFE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158207224-
CMYK0.290.0800.12
HSL195.45º51.56%74.9%-
HSV(B)195.45º29.46%87.84%-
XYZ49.8757.2878.95-
YUV194.29144.77102.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=26.83%
G=35.14%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582072240.290.0800.12195.4551.5674.9
Hex9ECFE01D80Cc3344b
Octal236317340351001430364113
Binary10011110110011111110000011101100001100110000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,224); }

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

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

 a { background-color: rgb(158,207,224); }

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

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

 span { border-color: rgb(158,207,224); }

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