#9FCCEC

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

Shades of Sail #9FCCEC

Tints of Sail #9FCCEC

Color information

#9FCCEC (or 0x9FCCEC) is unknown color: approx Sail. HEX triplet: 9F, CC and EC. RGB value is (159,204,236). Sum of RGB (Red+Green+Blue) = 159+204+236=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCEC is #603313. Grayscale: #C2C2C2. Windows color (decimal): -6304532 or 15518879. OLE color: 15518879.

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

Color convert

RGB159204236-
CMYK0.330.1400.07
HSL204.94º66.96%77.45%-
HSV(B)204.94º32.63%92.55%-
XYZ51.0356.6187.59-
YUV194.19151.59102.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=26.54%
G=34.06%
B=39.40%

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
Decimal1592042360.330.1400.07204.9466.9677.45
Hex9FCCEC21E07cd434d
Octal237314354411607315103115
Binary100111111100110011101100100001111001111100110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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