#9FD4EC

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

Shades of Sail #9FD4EC

Tints of Sail #9FD4EC

Color information

#9FD4EC (or 0x9FD4EC) is unknown color: approx Sail. HEX triplet: 9F, D4 and EC. RGB value is (159,212,236). Sum of RGB (Red+Green+Blue) = 159+212+236=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD4EC is #602B13. Grayscale: #C6C6C6. Windows color (decimal): -6302484 or 15520927. OLE color: 15520927.

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

Color convert

RGB159212236-
CMYK0.330.1000.07
HSL198.7º66.96%77.45%-
HSV(B)198.7º32.63%92.55%-
XYZ52.9860.5188.24-
YUV198.89148.9499.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.19%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=26.19%
G=34.93%
B=38.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592122360.330.1000.07198.766.9677.45
Hex9FD4EC21A07c7434d
Octal237324354411207307103115
Binary100111111101010011101100100001101001111100011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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