Html Css Color HEX #9ED3DF French Pass

📋 copy color: '#9ED3DF'

red 158 ◦ green 211 ◦ blue 223

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

Shades of French Pass #9ED3DF

Tints of French Pass #9ED3DF

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 value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ED3DF (or 0x9ED3DF) is known color: 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

RGB 158 211 223 -
CMYK 0.29 0.05 0 0.13
HSL 191.08º 0.5% 0.75% -
HSV(B) 191.08º 0.29% 0.87% -
XYZ 50.71 59.19 78.56 -
YUV 196.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 158 211 223 0.29 0.05 0 0.13 191.08 0.5 0.75
Hex 9E D3 DF 1D 5 0 D BF 32 4B
Octal 236 323 337 35 5 0 15 277 62 113
Binary 10011110 11010011 11011111 11101 101 0 1101 10111111 110010 1001011

Color Harmonies of #9ED3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3DF

Black with #9ED3DF

Text Example


Text Example

White with #9ED3DF

Text Example


Text Example

HTML Codes & Css Web 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>