#9FCFED

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

Shades of Sail #9FCFED

Tints of Sail #9FCFED

Color information

#9FCFED (or 0x9FCFED) is unknown color: approx Sail. HEX triplet: 9F, CF and ED. RGB value is (159,207,237). Sum of RGB (Red+Green+Blue) = 159+207+237=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFED is #603012. Grayscale: #C3C3C3. Windows color (decimal): -6303763 or 15585183. OLE color: 15585183.

HSL color Cylindrical-coordinate representation of color #9FCFED: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCFED is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159207237-
CMYK0.330.1300.07
HSL203.08º68.42%77.65%-
HSV(B)203.08º32.91%92.94%-
XYZ51.958.1188.6-
YUV196.07151.1101.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=26.37%
G=34.33%
B=39.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592072370.330.1300.07203.0868.4277.65
Hex9FCFED21D07cb444e
Octal237317355411507313104116
Binary100111111100111111101101100001110101111100101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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