#9BC1EB

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

Shades of Sail #9BC1EB

Tints of Sail #9BC1EB

Color information

#9BC1EB (or 0x9BC1EB) is unknown color: approx Sail. HEX triplet: 9B, C1 and EB. RGB value is (155,193,235). Sum of RGB (Red+Green+Blue) = 155+193+235=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC1EB is #643E14. Grayscale: #BABABA. Windows color (decimal): -6569493 or 15450523. OLE color: 15450523.

HSL color Cylindrical-coordinate representation of color #9BC1EB: hue angle of 211.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC1EB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155193235-
CMYK0.340.1800.08
HSL211.5º66.67%76.47%-
HSV(B)211.5º34.04%92.16%-
XYZ47.5851.1185.95-
YUV186.43155.41105.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=26.59%
G=33.10%
B=40.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551932350.340.1800.08211.566.6776.47
Hex9BC1EB221208d4434c
Octal2333013534222010324103114
Binary10011011110000011110101110001010010010001101010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,235); }

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

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

 a { background-color: rgb(155,193,235); }

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

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

 span { border-color: rgb(155,193,235); }

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