#9FCBE0

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

Shades of French Pass #9FCBE0

Tints of French Pass #9FCBE0

Color information

#9FCBE0 (or 0x9FCBE0) is unknown color: approx French Pass. HEX triplet: 9F, CB and E0. RGB value is (159,203,224). Sum of RGB (Red+Green+Blue) = 159+203+224=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBE0 is #60341F. Grayscale: #C0C0C0. Windows color (decimal): -6304800 or 14732191. OLE color: 14732191.

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

Color convert

RGB159203224-
CMYK0.290.0900.12
HSL199.38º51.18%75.1%-
HSV(B)199.38º29.02%87.84%-
XYZ49.1155.4678.64-
YUV192.24145.92104.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=27.13%
G=34.64%
B=38.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592032240.290.0900.12199.3851.1875.1
Hex9FCBE01D90Cc7334b
Octal237313340351101430763113
Binary10011111110010111110000011101100101100110001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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