Color Hex Logo

#bff9fb Color Hex

#BFF9FB
(191,249,251)
0 Favorites   0 Comments

Color spaces of #bff9fb

RGB 191249251
HSL0.510.880.87
HSV182°24°98°
CMYK 0.240.010.00   0.02
XYZ72.774185.7928103.9908
Yxy85.79280.27720.3268
Hunter Lab92.6244-21.8470-1.7287
CIE-Lab94.2237-17.6811-6.9178

#bff9fb color RGB value is (191,249,251).

#bff9fb hex color red value is 191, green value is 249 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bff9fb hue: 0.51 , saturation: 0.88 and the lightness value of bff9fb is 0.87.

The process color (four color CMYK) of #bff9fb color hex is 0.24, 0.01, 0.00, 0.02. Web safe color of #bff9fb is #ccffff. Color #bff9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 11111011
Octal 277 371 373
Decimal 191 249 251
Hex BF F9 FB

RGB Percentages of Color #bff9fb

%27.64
%36.03
%36.32

CMYK Percentages of Color #bff9fb

%24
%1
%0
%2

Triadic Colors of #bff9fb

#bff9fb #fbbff9 #f9fbbf

Analogous Colors of #bff9fb

#bff9fb #bfdbfb #bffbdf

Monochromatic Colors of #bff9fb

#bff9fb

Complementary Color

#bff9fb #fbc1bf

#bff9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff9fb Color CSS Codes

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

#bff9fb Text Font Color

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

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


#bff9fb Background Color

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

This div background color is #bff9fb


#bff9fb Border Color

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

This div border color is #bff9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff9fb


Comments

No comments written yet.

Please login to write comment.