#9BC1EA

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

Shades of Sail #9BC1EA

Tints of Sail #9BC1EA

Color information

#9BC1EA (or 0x9BC1EA) is unknown color: approx Sail. HEX triplet: 9B, C1 and EA. RGB value is (155,193,234). Sum of RGB (Red+Green+Blue) = 155+193+234=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC1EA is #643E15. Grayscale: #BABABA. Windows color (decimal): -6569494 or 15384987. OLE color: 15384987.

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

Color convert

RGB155193234-
CMYK0.340.1800.08
HSL211.14º65.29%76.27%-
HSV(B)211.14º33.76%91.76%-
XYZ47.4451.0585.2-
YUV186.31154.91105.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.63%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=26.63%
G=33.16%
B=40.21%

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
Decimal1551932340.340.1800.08211.1465.2976.27
Hex9BC1EA221208d3414c
Octal2333013524222010323101114
Binary10011011110000011110101010001010010010001101001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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