#9FCFEB

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

Shades of Sail #9FCFEB

Tints of Sail #9FCFEB

Color information

#9FCFEB (or 0x9FCFEB) is unknown color: approx Sail. HEX triplet: 9F, CF and EB. RGB value is (159,207,235). Sum of RGB (Red+Green+Blue) = 159+207+235=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFEB is #603014. Grayscale: #C3C3C3. Windows color (decimal): -6303765 or 15454111. OLE color: 15454111.

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

Color convert

RGB159207235-
CMYK0.320.1200.08
HSL202.11º65.52%77.25%-
HSV(B)202.11º32.34%92.16%-
XYZ51.6157.9987.07-
YUV195.84150.1101.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=26.46%
G=34.44%
B=39.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592072350.320.1200.08202.1165.5277.25
Hex9FCFEB20C08ca424d
Octal2373173534014010312102115
Binary1001111111001111111010111000001100010001100101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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