#9ED3DF

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

Shades of French Pass #9ED3DF

Tints of French Pass #9ED3DF

Color information

#9ED3DF (or 0x9ED3DF) is unknown color: approx French Pass. HEX triplet: 9E, D3 and DF. RGB value is (158,211,223). Sum of RGB (Red+Green+Blue) = 158+211+223=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ED3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED3DF is #612C20. Grayscale: #C4C4C4. Windows color (decimal): -6368289 or 14668702. OLE color: 14668702.

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

Color convert

RGB158211223-
CMYK0.290.0500.13
HSL191.08º50.39%74.71%-
HSV(B)191.08º29.15%87.45%-
XYZ50.7159.1978.56-
YUV196.52142.94100.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.69%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=26.69%
G=35.64%
B=37.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582112230.290.0500.13191.0850.3974.71
Hex9ED3DF1D50Dbf324b
Octal23632333735501527762113
Binary1001111011010011110111111110110101101101111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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