#9ECBE0

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

Shades of French Pass #9ECBE0

Tints of French Pass #9ECBE0

Color information

#9ECBE0 (or 0x9ECBE0) is unknown color: approx French Pass. HEX triplet: 9E, CB and E0. RGB value is (158,203,224). Sum of RGB (Red+Green+Blue) = 158+203+224=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBE0 is #61341F. Grayscale: #BFBFBF. Windows color (decimal): -6370336 or 14732190. OLE color: 14732190.

HSL color Cylindrical-coordinate representation of color #9ECBE0: hue angle of 199.09º 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 #9ECBE0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158203224-
CMYK0.290.0900.12
HSL199.09º51.56%74.9%-
HSV(B)199.09º29.46%87.84%-
XYZ48.9155.3678.63-
YUV191.94146.09103.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=27.01%
G=34.70%
B=38.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582032240.290.0900.12199.0951.5674.9
Hex9ECBE01D90Cc7344b
Octal236313340351101430764113
Binary10011110110010111110000011101100101100110001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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