Color Hex Logo

#63c3fb Color Hex

#63C3FB
(99,195,251)
0 Favorites   0 Comments

Color spaces of #63c3fb

RGB 99195251
HSL0.560.950.69
HSV202°61°98°
CMYK 0.610.220.00   0.02
XYZ42.073348.647998.4393
Yxy48.64790.22240.2572
Hunter Lab69.7480-14.3846-34.8556
CIE-Lab75.2318-12.1809-36.0933

#63c3fb color RGB value is (99,195,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11000011 11111011
Octal 143 303 373
Decimal 99 195 251
Hex 63 C3 FB

RGB Percentages of Color #63c3fb

%18.17
%35.78
%46.06

CMYK Percentages of Color #63c3fb

%61
%22
%0
%2

Triadic Colors of #63c3fb

#63c3fb #fb63c3 #c3fb63

Analogous Colors of #63c3fb

#63c3fb #6377fb #63fbe7

Monochromatic Colors of #63c3fb

#63c3fb

Complementary Color

#63c3fb #fb9b63

#63c3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63c3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63c3fb Color CSS Codes

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

#63c3fb Text Font Color

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

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


#63c3fb Background Color

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

This div background color is #63c3fb


#63c3fb Border Color

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

This div border color is #63c3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63c3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.