Html Css Color HEX #9FCEDF French Pass

📋 copy color: '#9FCEDF'

red 159 ◦ green 206 ◦ blue 223

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

Shades of French Pass #9FCEDF

Tints of French Pass #9FCEDF

RGB

 RED value IS 159 (62.5% from 255) = 27.04%

 GREEN value IS 206 (80.86% from 255) = 35.03%

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

R = 27.04%
G = 35.03%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FCEDF (or 0x9FCEDF) is known color: French Pass. HEX triplet: 9F, CE and DF. RGB value is (159,206,223). Sum of RGB (Red+Green+Blue) = 159+206+223=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 206 (80.86% from 255 or 35.03% 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 #9FCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDF is #603120. Grayscale: #C1C1C1. Windows color (decimal): -6304033 or 14667423. OLE color: 14667423.

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

Color convert

RGB 159 206 223 -
CMYK 0.29 0.08 0 0.13
HSL 195.94º 0.5% 0.75% -
HSV(B) 195.94º 0.29% 0.87% -
XYZ 49.69 56.84 78.16 -
YUV 193.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 159 206 223 0.29 0.08 0 0.13 195.94 0.5 0.75
Hex 9F CE DF 1D 8 0 D C4 32 4B
Octal 237 316 337 35 10 0 15 304 62 113
Binary 10011111 11001110 11011111 11101 1000 0 1101 11000100 110010 1001011

Color Harmonies of #9FCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEDF

Black with #9FCEDF

Text Example


Text Example

White with #9FCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,223); }

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

background-color css

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

 a { background-color: rgb(159,206,223); }

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

border-color css

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

 span { border-color: rgb(159,206,223); }

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