#9FD0FA

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

Shades of Sail #9FD0FA

Tints of Sail #9FD0FA

Color information

#9FD0FA (or 0x9FD0FA) is unknown color: approx Sail. HEX triplet: 9F, D0 and FA. RGB value is (159,208,250). Sum of RGB (Red+Green+Blue) = 159+208+250=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0FA is #602F05. Grayscale: #C5C5C5. Windows color (decimal): -6303494 or 16437407. OLE color: 16437407.

HSL color Cylindrical-coordinate representation of color #9FD0FA: hue angle of 207.69º degrees, saturation: 0.9, 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 #9FD0FA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159208250-
CMYK0.360.1700.02
HSL207.69º90.1%80.2%-
HSV(B)207.69º36.4%98.04%-
XYZ54.1159.3899.05-
YUV198.14157.27100.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=25.77%
G=33.71%
B=40.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592082500.360.1700.02207.6990.180.2
Hex9FD0FA241102d05a50
Octal237320372442102320132120
Binary100111111101000011111010100100100010101101000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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