Html Css Color HEX #9ED0DF French Pass

📋 copy color: '#9ED0DF'

red 158 ◦ green 208 ◦ blue 223

#9ED0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #9ED0DF

Tints of French Pass #9ED0DF

RGB

 RED value IS 158 (62.11% from 255) = 26.83%

 GREEN value IS 208 (81.64% from 255) = 35.31%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 26.83%
G = 35.31%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ED0DF (or 0x9ED0DF) is known color: French Pass. HEX triplet: 9E, D0 and DF. RGB value is (158,208,223). Sum of RGB (Red+Green+Blue) = 158+208+223=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ED0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0DF is #612F20. Grayscale: #C2C2C2. Windows color (decimal): -6369057 or 14667934. OLE color: 14667934.

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

Color convert

RGB 158 208 223 -
CMYK 0.29 0.07 0 0.13
HSL 193.85º 0.5% 0.75% -
HSV(B) 193.85º 0.29% 0.87% -
XYZ 49.98 57.71 78.32 -
YUV 194.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 158 208 223 0.29 0.07 0 0.13 193.85 0.5 0.75
Hex 9E D0 DF 1D 7 0 D C2 32 4B
Octal 236 320 337 35 7 0 15 302 62 113
Binary 10011110 11010000 11011111 11101 111 0 1101 11000010 110010 1001011

Color Harmonies of #9ED0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0DF

Black with #9ED0DF

Text Example


Text Example

White with #9ED0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ED0DF;
 }
 .AnyTagClassName
 {
   color: #9ED0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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