#9FCAEC

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

Shades of Sail #9FCAEC

Tints of Sail #9FCAEC

Color information

#9FCAEC (or 0x9FCAEC) is unknown color: approx Sail. HEX triplet: 9F, CA and EC. RGB value is (159,202,236). Sum of RGB (Red+Green+Blue) = 159+202+236=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAEC is #603513. Grayscale: #C0C0C0. Windows color (decimal): -6305044 or 15518367. OLE color: 15518367.

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

Color convert

RGB159202236-
CMYK0.330.1400.07
HSL206.49º66.96%77.45%-
HSV(B)206.49º32.63%92.55%-
XYZ50.5655.6787.44-
YUV193.02152.25103.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=26.63%
G=33.84%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592022360.330.1400.07206.4966.9677.45
Hex9FCAEC21E07ce434d
Octal237312354411607316103115
Binary100111111100101011101100100001111001111100111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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