#9ECFDF

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

Shades of French Pass #9ECFDF

Tints of French Pass #9ECFDF

Color information

#9ECFDF (or 0x9ECFDF) is unknown color: approx French Pass. HEX triplet: 9E, CF and DF. RGB value is (158,207,223). Sum of RGB (Red+Green+Blue) = 158+207+223=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ECFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFDF is #613020. Grayscale: #C2C2C2. Windows color (decimal): -6369313 or 14667678. OLE color: 14667678.

HSL color Cylindrical-coordinate representation of color #9ECFDF: hue angle of 194.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECFDF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158207223-
CMYK0.290.0700.13
HSL194.77º50.39%74.71%-
HSV(B)194.77º29.15%87.45%-
XYZ49.7357.2278.24-
YUV194.17144.27102.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=26.87%
G=35.20%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582072230.290.0700.13194.7750.3974.71
Hex9ECFDF1D70Dc3324b
Octal23631733735701530362113
Binary1001111011001111110111111110111101101110000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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