#9BC4F0

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

Shades of Sail #9BC4F0

Tints of Sail #9BC4F0

Color information

#9BC4F0 (or 0x9BC4F0) is unknown color: approx Sail. HEX triplet: 9B, C4 and F0. RGB value is (155,196,240). Sum of RGB (Red+Green+Blue) = 155+196+240=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BC4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4F0 is #643B0F. Grayscale: #BCBCBC. Windows color (decimal): -6568720 or 15778971. OLE color: 15778971.

HSL color Cylindrical-coordinate representation of color #9BC4F0: hue angle of 211.06º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC4F0 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155196240-
CMYK0.350.1800.06
HSL211.06º73.91%77.45%-
HSV(B)211.06º35.42%94.12%-
XYZ48.9952.7490.04-
YUV188.76156.92103.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=26.23%
G=33.16%
B=40.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551962400.350.1800.06211.0673.9177.45
Hex9BC4F0231206d34a4d
Octal233304360432206323112115
Binary1001101111000100111100001000111001001101101001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,196,240); }

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

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

 a { background-color: rgb(155,196,240); }

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

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

 span { border-color: rgb(155,196,240); }

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