Color Hex Logo

#61cbff Color Hex

#61CBFF
(97,203,255)
0 Favorites   0 Comments

Color spaces of #61cbff

RGB 97203255
HSL0.551.000.69
HSV200°62°100°
CMYK 0.620.200.00   0.00
XYZ44.335752.4733102.3994
Yxy52.47330.22260.2634
Hunter Lab72.4385-17.5170-33.1057
CIE-Lab77.5630-15.5180-34.6332

#61cbff color RGB value is (97,203,255).

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

The process color (four color CMYK) of #61cbff color hex is 0.62, 0.20, 0.00, 0.00. Web safe color of #61cbff is #66ccff. Color #61cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001011 11111111
Octal 141 313 377
Decimal 97 203 255
Hex 61 CB FF

RGB Percentages of Color #61cbff

%17.48
%36.58
%45.95

CMYK Percentages of Color #61cbff

%62
%20
%0
%0

Triadic Colors of #61cbff

#61cbff #ff61cb #cbff61

Analogous Colors of #61cbff

#61cbff #617cff #61ffe4

Monochromatic Colors of #61cbff

#61cbff

Complementary Color

#61cbff #ff9561

#61cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cbff Color CSS Codes

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

#61cbff Text Font Color

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

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


#61cbff Background Color

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

This div background color is #61cbff


#61cbff Border Color

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

This div border color is #61cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cbff

Related Colors


Comments

No comments written yet.

Please login to write comment.