#9FCAF4

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

Shades of Sail #9FCAF4

Tints of Sail #9FCAF4

Color information

#9FCAF4 (or 0x9FCAF4) is unknown color: approx Sail. HEX triplet: 9F, CA and F4. RGB value is (159,202,244). Sum of RGB (Red+Green+Blue) = 159+202+244=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FCAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAF4 is #60350B. Grayscale: #C1C1C1. Windows color (decimal): -6305036 or 16042655. OLE color: 16042655.

HSL color Cylindrical-coordinate representation of color #9FCAF4: hue angle of 209.65º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCAF4 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159202244-
CMYK0.350.1700.04
HSL209.65º79.44%79.02%-
HSV(B)209.65º34.84%95.69%-
XYZ51.7556.1493.7-
YUV193.93156.25103.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=26.28%
G=33.39%
B=40.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592022440.350.1700.04209.6579.4479.02
Hex9FCAF4231104d24f4f
Octal237312364432104322117117
Binary1001111111001010111101001000111000101001101001010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,244); }

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

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

 a { background-color: rgb(159,202,244); }

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

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

 span { border-color: rgb(159,202,244); }

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