Color Hex Logo

#73bbff Color Hex

#73BBFF
(115,187,255)
0 Favorites   0 Comments

Color spaces of #73bbff

RGB 115187255
HSL0.581.000.73
HSV209°55°100°
CMYK 0.550.270.00   0.00
XYZ42.890646.4055101.3043
Yxy46.40550.22500.2435
Hunter Lab68.1216-6.8259-40.4857
CIE-Lab73.8079-3.5919-40.4065

#73bbff color RGB value is (115,187,255).

#73bbff hex color red value is 115, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #73bbff hue: 0.58 , saturation: 1.00 and the lightness value of 73bbff is 0.73.

The process color (four color CMYK) of #73bbff color hex is 0.55, 0.27, 0.00, 0.00. Web safe color of #73bbff is #66ccff. Color #73bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 11111111
Octal 163 273 377
Decimal 115 187 255
Hex 73 BB FF

RGB Percentages of Color #73bbff

%20.65
%33.57
%45.78

CMYK Percentages of Color #73bbff

%55
%27
%0
%0

Triadic Colors of #73bbff

#73bbff #ff73bb #bbff73

Analogous Colors of #73bbff

#73bbff #7375ff #73fffd

Monochromatic Colors of #73bbff

#73bbff

Complementary Color

#73bbff #ffb773

#73bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bbff Color CSS Codes

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

#73bbff Text Font Color

<p style="color:#73bbff">Text here</p>

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


#73bbff Background Color

<div style="background-color:#73bbff">
Div content here</div>

This div background color is #73bbff


#73bbff Border Color

<div style="border:3px solid #73bbff">
Div here</div>

This div border color is #73bbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,187,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73bbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #73bbff;
  box-shadow:         1px 1px 3px 2px #73bbff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bbff


Comments

No comments written yet.

Please login to write comment.