#9FCEF0

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

Shades of Sail #9FCEF0

Tints of Sail #9FCEF0

Color information

#9FCEF0 (or 0x9FCEF0) is unknown color: approx Sail. HEX triplet: 9F, CE and F0. RGB value is (159,206,240). Sum of RGB (Red+Green+Blue) = 159+206+240=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEF0 is #60310F. Grayscale: #C3C3C3. Windows color (decimal): -6304016 or 15781535. OLE color: 15781535.

HSL color Cylindrical-coordinate representation of color #9FCEF0: hue angle of 205.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCEF0 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159206240-
CMYK0.340.1400.06
HSL205.19º72.97%78.24%-
HSV(B)205.19º33.75%94.12%-
XYZ52.157.890.85-
YUV195.82152.93101.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=26.28%
G=34.05%
B=39.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592062400.340.1400.06205.1972.9778.24
Hex9FCEF022E06cd494e
Octal237316360421606315111116
Binary100111111100111011110000100010111001101100110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,240); }

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

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

 a { background-color: rgb(159,206,240); }

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

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

 span { border-color: rgb(159,206,240); }

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