Color Hex Logo

#09bbff Color Hex

#09BBFF
(9,187,255)
1 Favorites   0 Comments

Color spaces of #09bbff

RGB 9187255
HSL0.551.000.52
HSV197°96°100°
CMYK 0.960.270.00   0.00
XYZ35.933042.8187100.9787
Yxy42.81870.19990.2382
Hunter Lab65.4360-16.4929-45.6892
CIE-Lab71.4317-15.3221-44.2939

#09bbff color RGB value is (9,187,255).

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

The process color (four color CMYK) of #09bbff color hex is 0.96, 0.27, 0.00, 0.00. Web safe color of #09bbff is #00ccff. Color #09bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111011 11111111
Octal 11 273 377
Decimal 9 187 255
Hex 9 BB FF

RGB Percentages of Color #09bbff

%2.00
%41.46
%56.54

CMYK Percentages of Color #09bbff

%96
%27
%0
%0

Triadic Colors of #09bbff

#09bbff #ff09bb #bbff09

Analogous Colors of #09bbff

#09bbff #0940ff #09ffc8

Monochromatic Colors of #09bbff

#09bbff

Complementary Color

#09bbff #ff4d09

#09bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bbff Color CSS Codes

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

#09bbff Text Font Color

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

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


#09bbff Background Color

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

This div background color is #09bbff


#09bbff Border Color

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

This div border color is #09bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.