#9FD0F9

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

Shades of Sail #9FD0F9

Tints of Sail #9FD0F9

Color information

#9FD0F9 (or 0x9FD0F9) is unknown color: approx Sail. HEX triplet: 9F, D0 and F9. RGB value is (159,208,249). Sum of RGB (Red+Green+Blue) = 159+208+249=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FD0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0F9 is #602F06. Grayscale: #C5C5C5. Windows color (decimal): -6303495 or 16371871. OLE color: 16371871.

HSL color Cylindrical-coordinate representation of color #9FD0F9: hue angle of 207.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD0F9 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159208249-
CMYK0.360.1600.02
HSL207.33º88.24%80%-
HSV(B)207.33º36.14%97.65%-
XYZ53.9559.3298.23-
YUV198.02156.77100.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=25.81%
G=33.77%
B=40.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592082490.360.1600.02207.3388.2480
Hex9FD0F9241002cf5850
Octal237320371442002317130120
Binary100111111101000011111001100100100000101100111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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