Color Hex Logo

#099ffb Color Hex

#099FFB
(9,159,251)
0 Favorites   0 Comments

Color spaces of #099ffb

RGB 9159251
HSL0.560.970.51
HSV203°96°98°
CMYK 0.960.370.00   0.02
XYZ29.923431.819495.8314
Yxy31.81940.18990.2019
Hunter Lab56.4087-4.0254-61.2403
CIE-Lab63.1933-1.2081-55.1261

#099ffb color RGB value is (9,159,251).

#099ffb hex color red value is 9, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #099ffb hue: 0.56 , saturation: 0.97 and the lightness value of 099ffb is 0.51.

The process color (four color CMYK) of #099ffb color hex is 0.96, 0.37, 0.00, 0.02. Web safe color of #099ffb is #0099ff. Color #099ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011111 11111011
Octal 11 237 373
Decimal 9 159 251
Hex 9 9F FB

RGB Percentages of Color #099ffb

%2.15
%37.95
%59.90

CMYK Percentages of Color #099ffb

%96
%37
%0
%2

Triadic Colors of #099ffb

#099ffb #fb099f #9ffb09

Analogous Colors of #099ffb

#099ffb #0926fb #09fbde

Monochromatic Colors of #099ffb

#099ffb

Complementary Color

#099ffb #fb6509

#099ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#099ffb Color CSS Codes

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

#099ffb Text Font Color

<p style="color:#099ffb">Text here</p>

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


#099ffb Background Color

<div style="background-color:#099ffb">
Div content here</div>

This div background color is #099ffb


#099ffb Border Color

<div style="border:3px solid #099ffb">
Div here</div>

This div border color is #099ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,159,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #099ffb;
  box-shadow:         1px 1px 3px 2px #099ffb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099ffb


Comments

No comments written yet.

Please login to write comment.