Html Css Color HEX #9FD1DF French Pass

📋 copy color: '#9FD1DF'

red 159 ◦ green 209 ◦ blue 223

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

Shades of French Pass #9FD1DF

Tints of French Pass #9FD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.36%

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

R = 26.9%
G = 35.36%
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

#9FD1DF (or 0x9FD1DF) is known color: French Pass. HEX triplet: 9F, D1 and DF. RGB value is (159,209,223). Sum of RGB (Red+Green+Blue) = 159+209+223=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 209 (82.03% from 255 or 35.36% 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 #9FD1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD1DF is #602E20. Grayscale: #C3C3C3. Windows color (decimal): -6303265 or 14668191. OLE color: 14668191.

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

Color convert

RGB 159 209 223 -
CMYK 0.29 0.06 0 0.13
HSL 193.13º 0.5% 0.75% -
HSV(B) 193.13º 0.29% 0.87% -
XYZ 50.42 58.3 78.41 -
YUV 195.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 159 209 223 0.29 0.06 0 0.13 193.13 0.5 0.75
Hex 9F D1 DF 1D 6 0 D C1 32 4B
Octal 237 321 337 35 6 0 15 301 62 113
Binary 10011111 11010001 11011111 11101 110 0 1101 11000001 110010 1001011

Color Harmonies of #9FD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD1DF

Black with #9FD1DF

Text Example


Text Example

White with #9FD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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