#9FCAED

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

Shades of Sail #9FCAED

Tints of Sail #9FCAED

Color information

#9FCAED (or 0x9FCAED) is unknown color: approx Sail. HEX triplet: 9F, CA and ED. RGB value is (159,202,237). Sum of RGB (Red+Green+Blue) = 159+202+237=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAED is #603512. Grayscale: #C0C0C0. Windows color (decimal): -6305043 or 15583903. OLE color: 15583903.

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

Color convert

RGB159202237-
CMYK0.330.1500.07
HSL206.92º68.42%77.65%-
HSV(B)206.92º32.91%92.94%-
XYZ50.755.7388.2-
YUV193.13152.75103.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.59%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=26.59%
G=33.78%
B=39.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592022370.330.1500.07206.9268.4277.65
Hex9FCAED21F07cf444e
Octal237312355411707317104116
Binary100111111100101011101101100001111101111100111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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