Html Css Color HEX #9ED2DF French Pass

📋 copy color: '#9ED2DF'

red 158 ◦ green 210 ◦ blue 223

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

Shades of French Pass #9ED2DF

Tints of French Pass #9ED2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.53%

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

R = 26.73%
G = 35.53%
B = 37.73%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ED2DF (or 0x9ED2DF) is known color: French Pass. HEX triplet: 9E, D2 and DF. RGB value is (158,210,223). Sum of RGB (Red+Green+Blue) = 158+210+223=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ED2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2DF is #612D20. Grayscale: #C3C3C3. Windows color (decimal): -6368545 or 14668446. OLE color: 14668446.

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

Color convert

RGB 158 210 223 -
CMYK 0.29 0.06 0 0.13
HSL 192º 0.5% 0.75% -
HSV(B) 192º 0.29% 0.87% -
XYZ 50.47 58.69 78.48 -
YUV 195.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 158 210 223 0.29 0.06 0 0.13 192 0.5 0.75
Hex 9E D2 DF 1D 6 0 D C0 32 4B
Octal 236 322 337 35 6 0 15 300 62 113
Binary 10011110 11010010 11011111 11101 110 0 1101 11000000 110010 1001011

Color Harmonies of #9ED2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2DF

Black with #9ED2DF

Text Example


Text Example

White with #9ED2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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