#9FCCF1

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

Shades of Sail #9FCCF1

Tints of Sail #9FCCF1

Color information

#9FCCF1 (or 0x9FCCF1) is unknown color: approx Sail. HEX triplet: 9F, CC and F1. RGB value is (159,204,241). Sum of RGB (Red+Green+Blue) = 159+204+241=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF1 is #60330E. Grayscale: #C2C2C2. Windows color (decimal): -6304527 or 15846559. OLE color: 15846559.

HSL color Cylindrical-coordinate representation of color #9FCCF1: hue angle of 207.07º 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 #9FCCF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159204241-
CMYK0.340.1500.05
HSL207.07º74.55%78.43%-
HSV(B)207.07º34.02%94.51%-
XYZ51.7756.9191.47-
YUV194.76154.09102.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=26.32%
G=33.77%
B=39.90%

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
Decimal1592042410.340.1500.05207.0774.5578.43
Hex9FCCF122F05cf4b4e
Octal237314361421705317113116
Binary100111111100110011110001100010111101011100111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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