#9FCBEF

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

Shades of Sail #9FCBEF

Tints of Sail #9FCBEF

Color information

#9FCBEF (or 0x9FCBEF) is unknown color: approx Sail. HEX triplet: 9F, CB and EF. RGB value is (159,203,239). Sum of RGB (Red+Green+Blue) = 159+203+239=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FCBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBEF is #603410. Grayscale: #C1C1C1. Windows color (decimal): -6304785 or 15715231. OLE color: 15715231.

HSL color Cylindrical-coordinate representation of color #9FCBEF: hue angle of 207º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCBEF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159203239-
CMYK0.330.1500.06
HSL207º71.43%78.04%-
HSV(B)207º33.47%93.73%-
XYZ51.2356.3189.83-
YUV193.95153.42103.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=26.46%
G=33.78%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592032390.330.1500.0620771.4378.04
Hex9FCBEF21F06cf474e
Octal237313357411706317107116
Binary100111111100101111101111100001111101101100111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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