#9FD6EB

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

Shades of French Pass #9FD6EB

Tints of French Pass #9FD6EB

Color information

#9FD6EB (or 0x9FD6EB) is unknown color: approx French Pass. HEX triplet: 9F, D6 and EB. RGB value is (159,214,235). Sum of RGB (Red+Green+Blue) = 159+214+235=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FD6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD6EB is #602914. Grayscale: #C7C7C7. Windows color (decimal): -6301973 or 15455903. OLE color: 15455903.

HSL color Cylindrical-coordinate representation of color #9FD6EB: hue angle of 196.58º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD6EB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159214235-
CMYK0.320.0900.08
HSL196.58º65.52%77.25%-
HSV(B)196.58º32.34%92.16%-
XYZ53.3461.4687.65-
YUV199.95147.7898.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=26.15%
G=35.20%
B=38.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592142350.320.0900.08196.5865.5277.25
Hex9FD6EB20908c5424d
Octal2373263534011010305102115
Binary1001111111010110111010111000001001010001100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,235); }

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

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

 a { background-color: rgb(159,214,235); }

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

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

 span { border-color: rgb(159,214,235); }

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