Color Hex Logo

#9bbccf Color Hex

#9BBCCF
(155,188,207)
0 Favorites   0 Comments

Color spaces of #9bbccf

RGB 155188207
HSL0.560.350.71
HSV202°25°81°
CMYK 0.250.090.00   0.19
XYZ42.763347.440065.9345
Yxy47.44000.27390.3038
Hunter Lab68.8767-9.7094-8.5436
CIE-Lab74.4703-6.8271-13.2221

#9bbccf color RGB value is (155,188,207).

#9bbccf hex color red value is 155, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9bbccf hue: 0.56 , saturation: 0.35 and the lightness value of 9bbccf is 0.71.

The process color (four color CMYK) of #9bbccf color hex is 0.25, 0.09, 0.00, 0.19. Web safe color of #9bbccf is #99cccc. Color #9bbccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11001111
Octal 233 274 317
Decimal 155 188 207
Hex 9B BC CF

RGB Percentages of Color #9bbccf

%28.18
%34.18
%37.64

CMYK Percentages of Color #9bbccf

%25
%9
%0
%19

Triadic Colors of #9bbccf

#9bbccf #cf9bbc #bccf9b

Analogous Colors of #9bbccf

#9bbccf #9ba2cf #9bcfc8

Monochromatic Colors of #9bbccf

#9bbccf

Complementary Color

#9bbccf #cfae9b

#9bbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbccf Color CSS Codes

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

#9bbccf Text Font Color

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

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


#9bbccf Background Color

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

This div background color is #9bbccf


#9bbccf Border Color

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

This div border color is #9bbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbccf


Comments

No comments written yet.

Please login to write comment.