#9FD0EB

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

Shades of Sail #9FD0EB

Tints of Sail #9FD0EB

Color information

#9FD0EB (or 0x9FD0EB) is unknown color: approx Sail. HEX triplet: 9F, D0 and EB. RGB value is (159,208,235). Sum of RGB (Red+Green+Blue) = 159+208+235=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD0EB is #602F14. Grayscale: #C4C4C4. Windows color (decimal): -6303509 or 15454367. OLE color: 15454367.

HSL color Cylindrical-coordinate representation of color #9FD0EB: hue angle of 201.32º degrees, saturation: 0.66, 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 #9FD0EB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159208235-
CMYK0.320.1100.08
HSL201.32º65.52%77.25%-
HSV(B)201.32º32.34%92.16%-
XYZ51.8558.4887.15-
YUV196.43149.77101.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=26.41%
G=34.55%
B=39.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592082350.320.1100.08201.3265.5277.25
Hex9FD0EB20B08c9424d
Octal2373203534013010311102115
Binary1001111111010000111010111000001011010001100100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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