#9FD0DF

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

Shades of French Pass #9FD0DF

Tints of French Pass #9FD0DF

Color information

#9FD0DF (or 0x9FD0DF) is unknown color: approx French Pass. HEX triplet: 9F, D0 and DF. RGB value is (159,208,223). Sum of RGB (Red+Green+Blue) = 159+208+223=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0DF is #602F20. Grayscale: #C2C2C2. Windows color (decimal): -6303521 or 14667935. OLE color: 14667935.

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

Color convert

RGB159208223-
CMYK0.290.0700.13
HSL194.06º50%74.9%-
HSV(B)194.06º28.7%87.45%-
XYZ50.1757.8178.33-
YUV195.06143.77102.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=26.95%
G=35.25%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592082230.290.0700.13194.065074.9
Hex9FD0DF1D70Dc2324b
Octal23732033735701530262113
Binary1001111111010000110111111110111101101110000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FD0DF;
 }
 .AnyTagClassName
 {
   color: #9FD0DF;
 }
</style>
background-color css

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

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

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

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

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

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