#9FD3EA

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

Shades of Sail #9FD3EA

Tints of Sail #9FD3EA

Color information

#9FD3EA (or 0x9FD3EA) is unknown color: approx Sail. HEX triplet: 9F, D3 and EA. RGB value is (159,211,234). Sum of RGB (Red+Green+Blue) = 159+211+234=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD3EA is #602C15. Grayscale: #C5C5C5. Windows color (decimal): -6302742 or 15389599. OLE color: 15389599.

HSL color Cylindrical-coordinate representation of color #9FD3EA: hue angle of 198.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD3EA is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159211234-
CMYK0.320.1000.08
HSL198.4º64.1%77.06%-
HSV(B)198.4º32.05%91.76%-
XYZ52.4459.986.64-
YUV198.07148.27100.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=26.32%
G=34.93%
B=38.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592112340.320.1000.08198.464.177.06
Hex9FD3EA20A08c6404d
Octal2373233524012010306100115
Binary1001111111010011111010101000001010010001100011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,211,234); }

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

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

 a { background-color: rgb(159,211,234); }

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

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

 span { border-color: rgb(159,211,234); }

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