#9FCDE4

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

Shades of French Pass #9FCDE4

Tints of French Pass #9FCDE4

Color information

#9FCDE4 (or 0x9FCDE4) is unknown color: approx French Pass. HEX triplet: 9F, CD and E4. RGB value is (159,205,228). Sum of RGB (Red+Green+Blue) = 159+205+228=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #9FCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDE4 is #60321B. Grayscale: #C1C1C1. Windows color (decimal): -6304284 or 14994847. OLE color: 14994847.

HSL color Cylindrical-coordinate representation of color #9FCDE4: hue angle of 200º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FCDE4 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159205228-
CMYK0.300.1000.11
HSL200º56.1%75.88%-
HSV(B)200º30.26%89.41%-
XYZ50.1356.6481.69-
YUV193.87147.26103.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.86%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=26.86%
G=34.63%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592052280.300.1000.1120056.175.88
Hex9FCDE41EA0Bc8384c
Octal237315344361201331070114
Binary10011111110011011110010011110101001011110010001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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