#9FCFE7

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

Shades of Sail #9FCFE7

Tints of Sail #9FCFE7

Color information

#9FCFE7 (or 0x9FCFE7) is unknown color: approx Sail. HEX triplet: 9F, CF and E7. RGB value is (159,207,231). Sum of RGB (Red+Green+Blue) = 159+207+231=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFE7 is #603018. Grayscale: #C3C3C3. Windows color (decimal): -6303769 or 15191967. OLE color: 15191967.

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

Color convert

RGB159207231-
CMYK0.310.1000.09
HSL200º60%76.47%-
HSV(B)200º31.17%90.59%-
XYZ51.0357.7784.06-
YUV195.38148.1102.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=26.63%
G=34.67%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592072310.310.1000.092006076.47
Hex9FCFE71FA09c83c4c
Octal237317347371201131074114
Binary10011111110011111110011111111101001001110010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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