Color Hex Logo

#61cbfb Color Hex

#61CBFB
(97,203,251)
0 Favorites   0 Comments

Color spaces of #61cbfb

RGB 97203251
HSL0.550.950.68
HSV199°61°98°
CMYK 0.610.190.00   0.02
XYZ43.698352.218399.0428
Yxy52.21830.22410.2678
Hunter Lab72.2622-18.5167-30.6795
CIE-Lab77.4112-16.7309-32.7301

#61cbfb color RGB value is (97,203,251).

#61cbfb hex color red value is 97, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #61cbfb hue: 0.55 , saturation: 0.95 and the lightness value of 61cbfb is 0.68.

The process color (four color CMYK) of #61cbfb color hex is 0.61, 0.19, 0.00, 0.02. Web safe color of #61cbfb is #66ccff. Color #61cbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001011 11111011
Octal 141 313 373
Decimal 97 203 251
Hex 61 CB FB

RGB Percentages of Color #61cbfb

%17.60
%36.84
%45.55

CMYK Percentages of Color #61cbfb

%61
%19
%0
%2

Triadic Colors of #61cbfb

#61cbfb #fb61cb #cbfb61

Analogous Colors of #61cbfb

#61cbfb #617efb #61fbde

Monochromatic Colors of #61cbfb

#61cbfb

Complementary Color

#61cbfb #fb9161

#61cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cbfb Color CSS Codes

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

#61cbfb Text Font Color

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

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


#61cbfb Background Color

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

This div background color is #61cbfb


#61cbfb Border Color

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

This div border color is #61cbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,203,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61cbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61cbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #61cbfb;
  box-shadow:         1px 1px 3px 2px #61cbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,203,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 #61cbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cbfb


Comments

No comments written yet.

Please login to write comment.