#9BC6EC

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

Shades of Sail #9BC6EC

Tints of Sail #9BC6EC

Color information

#9BC6EC (or 0x9BC6EC) is unknown color: approx Sail. HEX triplet: 9B, C6 and EC. RGB value is (155,198,236). Sum of RGB (Red+Green+Blue) = 155+198+236=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC6EC is #643913. Grayscale: #BDBDBD. Windows color (decimal): -6568212 or 15517339. OLE color: 15517339.

HSL color Cylindrical-coordinate representation of color #9BC6EC: hue angle of 208.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC6EC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155198236-
CMYK0.340.1600.07
HSL208.15º68.07%76.67%-
HSV(B)208.15º34.32%92.55%-
XYZ48.8553.4187.09-
YUV189.48154.25103.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=26.32%
G=33.62%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1551982360.340.1600.07208.1568.0776.67
Hex9BC6EC221007d0444d
Octal233306354422007320104115
Binary1001101111000110111011001000101000001111101000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,198,236); }

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

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

 a { background-color: rgb(155,198,236); }

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

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

 span { border-color: rgb(155,198,236); }

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