#9FCEDF

Color #9FCEDF French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #9FCEDF

Tints of French Pass #9FCEDF

Color information

#9FCEDF (or 0x9FCEDF) is unknown color: approx 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

RGB159206223-
CMYK0.290.0800.13
HSL195.94º50%74.9%-
HSV(B)195.94º28.7%87.45%-
XYZ49.6956.8478.16-
YUV193.88144.43103.12-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592062230.290.0800.13195.945074.9
Hex9FCEDF1D80Dc4324b
Octal237316337351001530462113
Binary10011111110011101101111111101100001101110001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>