#9FCBF3

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

Shades of Sail #9FCBF3

Tints of Sail #9FCBF3

Color information

#9FCBF3 (or 0x9FCBF3) is unknown color: approx Sail. HEX triplet: 9F, CB and F3. RGB value is (159,203,243). Sum of RGB (Red+Green+Blue) = 159+203+243=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FCBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF3 is #60340C. Grayscale: #C2C2C2. Windows color (decimal): -6304781 or 15977375. OLE color: 15977375.

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

Color convert

RGB159203243-
CMYK0.350.1600.05
HSL208.57º77.78%78.82%-
HSV(B)208.57º34.57%95.29%-
XYZ51.8356.5592.98-
YUV194.4155.42102.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=26.28%
G=33.55%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592032430.350.1600.05208.5777.7878.82
Hex9FCBF3231005d14e4f
Octal237313363432005321116117
Binary1001111111001011111100111000111000001011101000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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