Color Hex Logo

#63dbfb Color Hex

#63DBFB
(99,219,251)
0 Favorites   0 Comments

Color spaces of #63dbfb

RGB 99219251
HSL0.540.950.69
HSV193°61°98°
CMYK 0.610.130.00   0.02
XYZ47.889760.2807100.3781
Yxy60.28070.22960.2890
Hunter Lab77.6406-25.7701-22.3049
CIE-Lab81.9905-24.5060-25.7017

#63dbfb color RGB value is (99,219,251).

#63dbfb hex color red value is 99, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #63dbfb hue: 0.54 , saturation: 0.95 and the lightness value of 63dbfb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011011 11111011
Octal 143 333 373
Decimal 99 219 251
Hex 63 DB FB

RGB Percentages of Color #63dbfb

%17.40
%38.49
%44.11

CMYK Percentages of Color #63dbfb

%61
%13
%0
%2

Triadic Colors of #63dbfb

#63dbfb #fb63db #dbfb63

Analogous Colors of #63dbfb

#63dbfb #638ffb #63fbcf

Monochromatic Colors of #63dbfb

#63dbfb

Complementary Color

#63dbfb #fb8363

#63dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63dbfb Color CSS Codes

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

#63dbfb Text Font Color

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

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


#63dbfb Background Color

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

This div background color is #63dbfb


#63dbfb Border Color

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

This div border color is #63dbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,219,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63dbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63dbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #63dbfb;
  box-shadow:         1px 1px 3px 2px #63dbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,219,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 #63dbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63dbfb


Comments

No comments written yet.

Please login to write comment.