Color Hex Logo

#9bf5fb Color Hex

#9BF5FB
(155,245,251)
0 Favorites   0 Comments

Color spaces of #9bf5fb

RGB 155245251
HSL0.510.920.80
HSV184°38°98°
CMYK 0.380.020.00   0.02
XYZ63.582679.2384103.2102
Yxy79.23840.25840.3221
Hunter Lab89.0160-28.2784-6.4331
CIE-Lab91.3421-25.3908-11.3920

#9bf5fb color RGB value is (155,245,251).

#9bf5fb hex color red value is 155, green value is 245 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9bf5fb hue: 0.51 , saturation: 0.92 and the lightness value of 9bf5fb is 0.80.

The process color (four color CMYK) of #9bf5fb color hex is 0.38, 0.02, 0.00, 0.02. Web safe color of #9bf5fb is #99ffff. Color #9bf5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110101 11111011
Octal 233 365 373
Decimal 155 245 251
Hex 9B F5 FB

RGB Percentages of Color #9bf5fb

%23.81
%37.63
%38.56

CMYK Percentages of Color #9bf5fb

%38
%2
%0
%2

Triadic Colors of #9bf5fb

#9bf5fb #fb9bf5 #f5fb9b

Analogous Colors of #9bf5fb

#9bf5fb #9bc5fb #9bfbd1

Monochromatic Colors of #9bf5fb

#9bf5fb

Complementary Color

#9bf5fb #fba19b

#9bf5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf5fb Color CSS Codes

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

#9bf5fb Text Font Color

<p style="color:#9bf5fb">Text here</p>

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


#9bf5fb Background Color

<div style="background-color:#9bf5fb">
Div content here</div>

This div background color is #9bf5fb


#9bf5fb Border Color

<div style="border:3px solid #9bf5fb">
Div here</div>

This div border color is #9bf5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf5fb


Comments

No comments written yet.

Please login to write comment.