Color Hex Logo

#63bdfb Color Hex

#63BDFB
(99,189,251)
0 Favorites   0 Comments

Color spaces of #63bdfb

RGB 99189251
HSL0.570.950.69
HSV204°61°98°
CMYK 0.610.250.00   0.02
XYZ40.755846.012998.0001
Yxy46.01290.22060.2490
Hunter Lab67.8328-11.4598-38.1751
CIE-Lab73.5539-8.9686-38.6981

#63bdfb color RGB value is (99,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 11111011
Octal 143 275 373
Decimal 99 189 251
Hex 63 BD FB

RGB Percentages of Color #63bdfb

%18.37
%35.06
%46.57

CMYK Percentages of Color #63bdfb

%61
%25
%0
%2

Triadic Colors of #63bdfb

#63bdfb #fb63bd #bdfb63

Analogous Colors of #63bdfb

#63bdfb #6371fb #63fbed

Monochromatic Colors of #63bdfb

#63bdfb

Complementary Color

#63bdfb #fba163

#63bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bdfb Color CSS Codes

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

#63bdfb Text Font Color

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

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


#63bdfb Background Color

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

This div background color is #63bdfb


#63bdfb Border Color

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

This div border color is #63bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bdfb


Comments

No comments written yet.

Please login to write comment.