Color Hex Logo

#97bbdd Color Hex

#97BBDD
(151,187,221)
0 Favorites   0 Comments

Color spaces of #97bbdd

RGB 151187221
HSL0.580.510.73
HSV209°32°87°
CMYK 0.320.150.00   0.13
XYZ43.584047.340475.2471
Yxy47.34040.26230.2849
Hunter Lab68.8044-7.3371-16.6788
CIE-Lab74.4070-4.1185-20.9494

#97bbdd color RGB value is (151,187,221).

#97bbdd hex color red value is 151, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #97bbdd hue: 0.58 , saturation: 0.51 and the lightness value of 97bbdd is 0.73.

The process color (four color CMYK) of #97bbdd color hex is 0.32, 0.15, 0.00, 0.13. Web safe color of #97bbdd is #99cccc. Color #97bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111011 11011101
Octal 227 273 335
Decimal 151 187 221
Hex 97 BB DD

RGB Percentages of Color #97bbdd

%27.01
%33.45
%39.53

CMYK Percentages of Color #97bbdd

%32
%15
%0
%13

Triadic Colors of #97bbdd

#97bbdd #dd97bb #bbdd97

Analogous Colors of #97bbdd

#97bbdd #9798dd #97dddc

Monochromatic Colors of #97bbdd

#97bbdd

Complementary Color

#97bbdd #ddb997

#97bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bbdd Color CSS Codes

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

#97bbdd Text Font Color

<p style="color:#97bbdd">Text here</p>

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


#97bbdd Background Color

<div style="background-color:#97bbdd">
Div content here</div>

This div background color is #97bbdd


#97bbdd Border Color

<div style="border:3px solid #97bbdd">
Div here</div>

This div border color is #97bbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,187,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97bbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97bbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #97bbdd;
  box-shadow:         1px 1px 3px 2px #97bbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,187,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bbdd


Comments

No comments written yet.

Please login to write comment.