#9FD2E7

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

Shades of French Pass #9FD2E7

Tints of French Pass #9FD2E7

Color information

#9FD2E7 (or 0x9FD2E7) is unknown color: approx French Pass. HEX triplet: 9F, D2 and E7. RGB value is (159,210,231). Sum of RGB (Red+Green+Blue) = 159+210+231=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FD2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2E7 is #602D18. Grayscale: #C5C5C5. Windows color (decimal): -6303001 or 15192735. OLE color: 15192735.

HSL color Cylindrical-coordinate representation of color #9FD2E7: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FD2E7 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159210231-
CMYK0.310.0900.09
HSL197.5º60%76.47%-
HSV(B)197.5º31.17%90.59%-
XYZ51.7759.2384.31-
YUV197.14147.1100.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=26.5%
G=35%
B=38.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592102310.310.0900.09197.56076.47
Hex9FD2E71F909c63c4c
Octal237322347371101130674114
Binary10011111110100101110011111111100101001110001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,210,231); }

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

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

 a { background-color: rgb(159,210,231); }

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

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

 span { border-color: rgb(159,210,231); }

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