#9FCCE3

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

Shades of French Pass #9FCCE3

Tints of French Pass #9FCCE3

Color information

#9FCCE3 (or 0x9FCCE3) is unknown color: approx French Pass. HEX triplet: 9F, CC and E3. RGB value is (159,204,227). Sum of RGB (Red+Green+Blue) = 159+204+227=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #9FCCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCE3 is #60331C. Grayscale: #C1C1C1. Windows color (decimal): -6304541 or 14929055. OLE color: 14929055.

HSL color Cylindrical-coordinate representation of color #9FCCE3: hue angle of 200.29º degrees, saturation: 0.55, 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 #9FCCE3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159204227-
CMYK0.300.1000.11
HSL200.29º54.84%75.69%-
HSV(B)200.29º29.96%89.02%-
XYZ49.7656.180.88-
YUV193.17147.09103.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 227 (89.06% from 255) = 38.47%
R=26.95%
G=34.58%
B=38.47%

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
Decimal1592042270.300.1000.11200.2954.8475.69
Hex9FCCE31EA0Bc8374c
Octal237314343361201331067114
Binary10011111110011001110001111110101001011110010001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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