#9FCCDF

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

Shades of French Pass #9FCCDF

Tints of French Pass #9FCCDF

Color information

#9FCCDF (or 0x9FCCDF) is unknown color: approx French Pass. HEX triplet: 9F, CC and DF. RGB value is (159,204,223). Sum of RGB (Red+Green+Blue) = 159+204+223=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDF is #603320. Grayscale: #C0C0C0. Windows color (decimal): -6304545 or 14666911. OLE color: 14666911.

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

Color convert

RGB159204223-
CMYK0.290.0900.13
HSL197.81º50%74.9%-
HSV(B)197.81º28.7%87.45%-
XYZ49.2155.8878.01-
YUV192.71145.09103.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=27.13%
G=34.81%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592042230.290.0900.13197.815074.9
Hex9FCCDF1D90Dc6324b
Octal237314337351101530662113
Binary10011111110011001101111111101100101101110001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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