#9FC5EF

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

Shades of Sail #9FC5EF

Tints of Sail #9FC5EF

Color information

#9FC5EF (or 0x9FC5EF) is unknown color: approx Sail. HEX triplet: 9F, C5 and EF. RGB value is (159,197,239). Sum of RGB (Red+Green+Blue) = 159+197+239=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5EF is #603A10. Grayscale: #BEBEBE. Windows color (decimal): -6306321 or 15713695. OLE color: 15713695.

HSL color Cylindrical-coordinate representation of color #9FC5EF: hue angle of 211.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC5EF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159197239-
CMYK0.330.1800.06
HSL211.5º71.43%78.04%-
HSV(B)211.5º33.47%93.73%-
XYZ49.8453.5489.37-
YUV190.43155.41105.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=26.72%
G=33.11%
B=40.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591972390.330.1800.06211.571.4378.04
Hex9FC5EF211206d4474e
Octal237305357412206324107116
Binary1001111111000101111011111000011001001101101010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,239); }

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

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

 a { background-color: rgb(159,197,239); }

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

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

 span { border-color: rgb(159,197,239); }

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