#9FCDE0

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

Shades of French Pass #9FCDE0

Tints of French Pass #9FCDE0

Color information

#9FCDE0 (or 0x9FCDE0) is unknown color: approx French Pass. HEX triplet: 9F, CD and E0. RGB value is (159,205,224). Sum of RGB (Red+Green+Blue) = 159+205+224=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDE0 is #60321F. Grayscale: #C1C1C1. Windows color (decimal): -6304288 or 14732703. OLE color: 14732703.

HSL color Cylindrical-coordinate representation of color #9FCDE0: hue angle of 197.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCDE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159205224-
CMYK0.290.0800.12
HSL197.54º51.18%75.1%-
HSV(B)197.54º29.02%87.84%-
XYZ49.5856.4278.8-
YUV193.41145.26103.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=27.04%
G=34.86%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592052240.290.0800.12197.5451.1875.1
Hex9FCDE01D80Cc6334b
Octal237315340351001430663113
Binary10011111110011011110000011101100001100110001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,224); }

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

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

 a { background-color: rgb(159,205,224); }

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

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

 span { border-color: rgb(159,205,224); }

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