Color Hex Logo

#89bffb Color Hex

#89BFFB
(137,191,251)
0 Favorites   0 Comments

Color spaces of #89bffb

RGB 137191251
HSL0.590.930.76
HSV212°45°98°
CMYK 0.450.240.00   0.02
XYZ46.359949.545098.3865
Yxy49.54500.23860.2550
Hunter Lab70.3882-5.6136-33.6020
CIE-Lab75.7891-2.0583-35.0978

#89bffb color RGB value is (137,191,251).

#89bffb hex color red value is 137, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #89bffb hue: 0.59 , saturation: 0.93 and the lightness value of 89bffb is 0.76.

The process color (four color CMYK) of #89bffb color hex is 0.45, 0.24, 0.00, 0.02. Web safe color of #89bffb is #99ccff. Color #89bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11111011
Octal 211 277 373
Decimal 137 191 251
Hex 89 BF FB

RGB Percentages of Color #89bffb

%23.66
%32.99
%43.35

CMYK Percentages of Color #89bffb

%45
%24
%0
%2

Triadic Colors of #89bffb

#89bffb #fb89bf #bffb89

Analogous Colors of #89bffb

#89bffb #8c89fb #89f8fb

Monochromatic Colors of #89bffb

#89bffb

Complementary Color

#89bffb #fbc589

#89bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bffb Color CSS Codes

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

#89bffb Text Font Color

<p style="color:#89bffb">Text here</p>

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


#89bffb Background Color

<div style="background-color:#89bffb">
Div content here</div>

This div background color is #89bffb


#89bffb Border Color

<div style="border:3px solid #89bffb">
Div here</div>

This div border color is #89bffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,191,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89bffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89bffb;
  -webkit-box-shadow: 1px 1px 3px 2px #89bffb;
  box-shadow:         1px 1px 3px 2px #89bffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,191,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bffb


Comments

No comments written yet.

Please login to write comment.