#9FCBF7

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

Shades of Sail #9FCBF7

Tints of Sail #9FCBF7

Color information

#9FCBF7 (or 0x9FCBF7) is unknown color: approx Sail. HEX triplet: 9F, CB and F7. RGB value is (159,203,247). Sum of RGB (Red+Green+Blue) = 159+203+247=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FCBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF7 is #603408. Grayscale: #C2C2C2. Windows color (decimal): -6304777 or 16239519. OLE color: 16239519.

HSL color Cylindrical-coordinate representation of color #9FCBF7: hue angle of 210º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCBF7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159203247-
CMYK0.360.1800.03
HSL210º84.62%79.61%-
HSV(B)210º35.63%96.86%-
XYZ52.4456.896.19-
YUV194.86157.42102.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.11%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 247 (96.88% from 255) = 40.56%
R=26.11%
G=33.33%
B=40.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592032470.360.1800.0321084.6279.61
Hex9FCBF7241203d25550
Octal237313367442203322125120
Binary100111111100101111110111100100100100111101001010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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