#9BC2EA

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

Shades of Sail #9BC2EA

Tints of Sail #9BC2EA

Color information

#9BC2EA (or 0x9BC2EA) is unknown color: approx Sail. HEX triplet: 9B, C2 and EA. RGB value is (155,194,234). Sum of RGB (Red+Green+Blue) = 155+194+234=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2EA is #643D15. Grayscale: #BABABA. Windows color (decimal): -6569238 or 15385243. OLE color: 15385243.

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

Color convert

RGB155194234-
CMYK0.340.1700.08
HSL210.38º65.29%76.27%-
HSV(B)210.38º33.76%91.76%-
XYZ47.6651.4985.27-
YUV186.9154.58105.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=26.59%
G=33.28%
B=40.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551942340.340.1700.08210.3865.2976.27
Hex9BC2EA221108d2414c
Octal2333023524221010322101114
Binary10011011110000101110101010001010001010001101001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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