#9FCFEA

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

Shades of Sail #9FCFEA

Tints of Sail #9FCFEA

Color information

#9FCFEA (or 0x9FCFEA) is unknown color: approx Sail. HEX triplet: 9F, CF and EA. RGB value is (159,207,234). Sum of RGB (Red+Green+Blue) = 159+207+234=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFEA is #603015. Grayscale: #C3C3C3. Windows color (decimal): -6303766 or 15388575. OLE color: 15388575.

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

Color convert

RGB159207234-
CMYK0.320.1200.08
HSL201.6º64.1%77.06%-
HSV(B)201.6º32.05%91.76%-
XYZ51.4657.9486.31-
YUV195.73149.6101.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=26.5%
G=34.5%
B=39%

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
Decimal1592072340.320.1200.08201.664.177.06
Hex9FCFEA20C08ca404d
Octal2373173524014010312100115
Binary1001111111001111111010101000001100010001100101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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