Color Hex Logo

#9bb8db Color Hex

#9BB8DB
(155,184,219)
0 Favorites   0 Comments

Color spaces of #9bb8db

RGB 155184219
HSL0.590.470.73
HSV213°29°86°
CMYK 0.290.160.00   0.14
XYZ43.444246.364073.6772
Yxy46.36400.26570.2836
Hunter Lab68.0911-5.2710-16.4903
CIE-Lab73.7811-1.8335-20.7901

#9bb8db color RGB value is (155,184,219).

#9bb8db hex color red value is 155, green value is 184 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9bb8db hue: 0.59 , saturation: 0.47 and the lightness value of 9bb8db is 0.73.

The process color (four color CMYK) of #9bb8db color hex is 0.29, 0.16, 0.00, 0.14. Web safe color of #9bb8db is #99cccc. Color #9bb8db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111000 11011011
Octal 233 270 333
Decimal 155 184 219
Hex 9B B8 DB

RGB Percentages of Color #9bb8db

%27.78
%32.97
%39.25

CMYK Percentages of Color #9bb8db

%29
%16
%0
%14

Triadic Colors of #9bb8db

#9bb8db #db9bb8 #b8db9b

Analogous Colors of #9bb8db

#9bb8db #9e9bdb #9bd8db

Monochromatic Colors of #9bb8db

#9bb8db

Complementary Color

#9bb8db #dbbe9b

#9bb8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb8db Color CSS Codes

.mybgcolor {background-color:#9bb8db; } 
.myforecolor {color:#9bb8db; }
.mybordercolor {border:3px solid #9bb8db; }

#9bb8db Text Font Color

<p style="color:#9bb8db">Text here</p>

This sample text font color is #9bb8db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9bb8db Background Color

<div style="background-color:#9bb8db">
Div content here</div>

This div background color is #9bb8db


#9bb8db Border Color

<div style="border:3px solid #9bb8db">
Div here</div>

This div border color is #9bb8db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,184,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bb8db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bb8db;
  -webkit-box-shadow: 1px 1px 3px 2px #9bb8db;
  box-shadow:         1px 1px 3px 2px #9bb8db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,184,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9bb8db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9bb8db;
  -webkit-box-shadow: 1px 1px 3px 2px #9bb8db;
  box-shadow:         1px 1px 3px 2px #9bb8db;">
Div content here</div>

This div box has shadow with color #9bb8db


Comments

No comments written yet.

Please login to write comment.