Color Hex Logo

#63baff Color Hex

#63BAFF
(99,186,255)
0 Favorites   0 Comments

Color spaces of #63baff

RGB 99186255
HSL0.571.000.69
HSV207°61°100°
CMYK 0.610.270.00   0.00
XYZ40.754544.9905101.1438
Yxy44.99050.21810.2407
Hunter Lab67.0750-8.9252-42.4522
CIE-Lab72.8856-6.0921-41.8934

#63baff color RGB value is (99,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111010 11111111
Octal 143 272 377
Decimal 99 186 255
Hex 63 BA FF

RGB Percentages of Color #63baff

%18.33
%34.44
%47.22

CMYK Percentages of Color #63baff

%61
%27
%0
%0

Triadic Colors of #63baff

#63baff #ff63ba #baff63

Analogous Colors of #63baff

#63baff #636cff #63fff6

Monochromatic Colors of #63baff

#63baff

Complementary Color

#63baff #ffa863

#63baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#63baff Color CSS Codes

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

#63baff Text Font Color

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

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


#63baff Background Color

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

This div background color is #63baff


#63baff Border Color

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

This div border color is #63baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63baff


Comments

No comments written yet.

Please login to write comment.