#9BC2EC

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

Shades of Sail #9BC2EC

Tints of Sail #9BC2EC

Color information

#9BC2EC (or 0x9BC2EC) is unknown color: approx Sail. HEX triplet: 9B, C2 and EC. RGB value is (155,194,236). Sum of RGB (Red+Green+Blue) = 155+194+236=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2EC is #643D13. Grayscale: #BABABA. Windows color (decimal): -6569236 or 15516315. OLE color: 15516315.

HSL color Cylindrical-coordinate representation of color #9BC2EC: hue angle of 211.11º 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 #9BC2EC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155194236-
CMYK0.340.1800.07
HSL211.11º68.07%76.67%-
HSV(B)211.11º34.32%92.55%-
XYZ47.9551.6186.79-
YUV187.13155.58105.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=26.50%
G=33.16%
B=40.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551942360.340.1800.07211.1168.0776.67
Hex9BC2EC221207d3444d
Octal233302354422207323104115
Binary1001101111000010111011001000101001001111101001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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