Color Hex Logo

#63afff Color Hex

#63AFFF
(99,175,255)
0 Favorites   0 Comments

Color spaces of #63afff

RGB 99175255
HSL0.591.000.69
HSV211°61°100°
CMYK 0.610.310.00   0.00
XYZ38.525640.5326100.4008
Yxy40.53260.21470.2259
Hunter Lab63.6652-3.3988-48.9354
CIE-Lab69.84720.0019-46.6531

#63afff color RGB value is (99,175,255).

#63afff hex color red value is 99, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #63afff hue: 0.59 , saturation: 1.00 and the lightness value of 63afff is 0.69.

The process color (four color CMYK) of #63afff color hex is 0.61, 0.31, 0.00, 0.00. Web safe color of #63afff is #6699ff. Color #63afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101111 11111111
Octal 143 257 377
Decimal 99 175 255
Hex 63 AF FF

RGB Percentages of Color #63afff

%18.71
%33.08
%48.20

CMYK Percentages of Color #63afff

%61
%31
%0
%0

Triadic Colors of #63afff

#63afff #ff63af #afff63

Analogous Colors of #63afff

#63afff #6563ff #63fdff

Monochromatic Colors of #63afff

#63afff

Complementary Color

#63afff #ffb363

#63afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#63afff Color CSS Codes

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

#63afff Text Font Color

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

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


#63afff Background Color

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

This div background color is #63afff


#63afff Border Color

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

This div border color is #63afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63afff


Comments

No comments written yet.

Please login to write comment.