#9FCEF1

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

Shades of Sail #9FCEF1

Tints of Sail #9FCEF1

Color information

#9FCEF1 (or 0x9FCEF1) is unknown color: approx Sail. HEX triplet: 9F, CE and F1. RGB value is (159,206,241). Sum of RGB (Red+Green+Blue) = 159+206+241=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FCEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEF1 is #60310E. Grayscale: #C3C3C3. Windows color (decimal): -6304015 or 15847071. OLE color: 15847071.

HSL color Cylindrical-coordinate representation of color #9FCEF1: hue angle of 205.61º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCEF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159206241-
CMYK0.340.1500.05
HSL205.61º74.55%78.43%-
HSV(B)205.61º34.02%94.51%-
XYZ52.2557.8691.63-
YUV195.94153.43101.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.24%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=26.24%
G=33.99%
B=39.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592062410.340.1500.05205.6174.5578.43
Hex9FCEF122F05ce4b4e
Octal237316361421705316113116
Binary100111111100111011110001100010111101011100111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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