#9BC5E9

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

Shades of Sail #9BC5E9

Tints of Sail #9BC5E9

Color information

#9BC5E9 (or 0x9BC5E9) is unknown color: approx Sail. HEX triplet: 9B, C5 and E9. RGB value is (155,197,233). Sum of RGB (Red+Green+Blue) = 155+197+233=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BC5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5E9 is #643A16. Grayscale: #BCBCBC. Windows color (decimal): -6568471 or 15320475. OLE color: 15320475.

HSL color Cylindrical-coordinate representation of color #9BC5E9: hue angle of 207.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC5E9 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155197233-
CMYK0.330.1500.09
HSL207.69º63.93%76.08%-
HSV(B)207.69º33.48%91.37%-
XYZ48.1952.7884.74-
YUV188.55153.09104.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=26.50%
G=33.68%
B=39.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551972330.330.1500.09207.6963.9376.08
Hex9BC5E921F09d0404c
Octal2333053514117011320100114
Binary1001101111000101111010011000011111010011101000010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,233); }

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

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

 a { background-color: rgb(155,197,233); }

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

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

 span { border-color: rgb(155,197,233); }

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