Color Hex Logo

#9bbfdb Color Hex

#9BBFDB
(155,191,219)
0 Favorites   0 Comments

Color spaces of #9bbfdb

RGB 155191219
HSL0.570.470.73
HSV206°29°86°
CMYK 0.290.130.00   0.14
XYZ44.934649.344674.1740
Yxy49.34460.26670.2929
Hunter Lab70.2457-8.7476-13.4336
CIE-Lab75.6652-5.5997-17.9354

#9bbfdb color RGB value is (155,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111111 11011011
Octal 233 277 333
Decimal 155 191 219
Hex 9B BF DB

RGB Percentages of Color #9bbfdb

%27.43
%33.81
%38.76

CMYK Percentages of Color #9bbfdb

%29
%13
%0
%14

Triadic Colors of #9bbfdb

#9bbfdb #db9bbf #bfdb9b

Analogous Colors of #9bbfdb

#9bbfdb #9b9fdb #9bdbd7

Monochromatic Colors of #9bbfdb

#9bbfdb

Complementary Color

#9bbfdb #dbb79b

#9bbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbfdb Color CSS Codes

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

#9bbfdb Text Font Color

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

This sample text font color is #9bbfdb
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.


#9bbfdb Background Color

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

This div background color is #9bbfdb


#9bbfdb Border Color

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

This div border color is #9bbfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,191,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 #9bbfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbfdb


Comments

No comments written yet.

Please login to write comment.