#9fd0ec

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

Shades of Sail #9FD0EC

Tints of Sail #9FD0EC

Color information

#9FD0EC (or 0x9FD0EC) is unknown color: approx Sail. HEX triplet: 9F, D0 and EC. RGB value is (159,208,236). Sum of RGB (Red+Green+Blue) = 159+208+236=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0EC is #602F13. Grayscale: #C4C4C4. Windows color (decimal): -6303508 or 15519903. OLE color: 15519903.

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

Color convert

RGB159208236-
CMYK0.330.1200.07
HSL201.82º66.96%77.45%-
HSV(B)201.82º32.63%92.55%-
XYZ51.9958.5487.92-
YUV196.54150.27101.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=26.37%
G=34.49%
B=39.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592082360.330.1200.07201.8266.9677.45
Hex9FD0EC21C07ca434d
Octal237320354411407312103115
Binary100111111101000011101100100001110001111100101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fd0ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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