#9FCBF2

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

Shades of Sail #9FCBF2

Tints of Sail #9FCBF2

Color information

#9FCBF2 (or 0x9FCBF2) is unknown color: approx Sail. HEX triplet: 9F, CB and F2. RGB value is (159,203,242). Sum of RGB (Red+Green+Blue) = 159+203+242=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF2 is #60340D. Grayscale: #C2C2C2. Windows color (decimal): -6304782 or 15911839. OLE color: 15911839.

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

Color convert

RGB159203242-
CMYK0.340.1600.05
HSL208.19º76.15%78.63%-
HSV(B)208.19º34.3%94.9%-
XYZ51.6856.4992.18-
YUV194.29154.92102.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=26.32%
G=33.61%
B=40.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592032420.340.1600.05208.1976.1578.63
Hex9FCBF2221005d04c4f
Octal237313362422005320114117
Binary1001111111001011111100101000101000001011101000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,203,242); }

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

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

 a { background-color: rgb(159,203,242); }

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

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

 span { border-color: rgb(159,203,242); }

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