#9FCEE1

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

Shades of French Pass #9FCEE1

Tints of French Pass #9FCEE1

Color information

#9FCEE1 (or 0x9FCEE1) is unknown color: approx French Pass. HEX triplet: 9F, CE and E1. RGB value is (159,206,225). Sum of RGB (Red+Green+Blue) = 159+206+225=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FCEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEE1 is #60311E. Grayscale: #C1C1C1. Windows color (decimal): -6304031 or 14798495. OLE color: 14798495.

HSL color Cylindrical-coordinate representation of color #9FCEE1: hue angle of 197.27º degrees, saturation: 0.52, 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 #9FCEE1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159206225-
CMYK0.290.0800.12
HSL197.27º52.38%75.29%-
HSV(B)197.27º29.33%88.24%-
XYZ49.9656.9579.59-
YUV194.11145.43102.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=26.95%
G=34.92%
B=38.14%

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
Decimal1592062250.290.0800.12197.2752.3875.29
Hex9FCEE11D80Cc5344b
Octal237316341351001430564113
Binary10011111110011101110000111101100001100110001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,225); }

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

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

 a { background-color: rgb(159,206,225); }

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

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

 span { border-color: rgb(159,206,225); }

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