#9fc8ed

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

Shades of Sail #9FC8ED

Tints of Sail #9FC8ED

Color information

#9FC8ED (or 0x9FC8ED) is unknown color: approx Sail. HEX triplet: 9F, C8 and ED. RGB value is (159,200,237). Sum of RGB (Red+Green+Blue) = 159+200+237=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC8ED is #603712. Grayscale: #BFBFBF. Windows color (decimal): -6305555 or 15583391. OLE color: 15583391.

HSL color Cylindrical-coordinate representation of color #9FC8ED: hue angle of 208.46º 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 #9FC8ED is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159200237-
CMYK0.330.1600.07
HSL208.46º68.42%77.65%-
HSV(B)208.46º32.91%92.94%-
XYZ50.2454.7988.05-
YUV191.96153.42104.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.68%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=26.68%
G=33.56%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592002370.330.1600.07208.4668.4277.65
Hex9FC8ED211007d0444e
Octal237310355412007320104116
Binary1001111111001000111011011000011000001111101000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fc8ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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