COLOR #63ADFA

HEX: #63ADFA RGB: (99,173,250)

Color info

#63ADFA contains mainly blue color. Web safe color of #63ADFA is #6699FF (or #69F).

RGB color model

#63ADFA color RGB value is (99,173,250).

RGB: (99,173,250) (39%, 68%, 98%)

RGB channels and saturation

R 99 of 255 = 39%
G 173 of 255 = 68%
B 250 of 255 = 98%

99
173
250

R + G + B ~ 68%. #63ADFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 173 + 250 = 522 (100%)
R 99 of 522 ~ 18.97%
G 173 of 522 ~ 33.14%
B 250 of 522 ~ 47.89'%

%18.97
%33.14
%47.89

CMYK color model

#63ADFA color CMYK value is (60,31,0,2).

  • cyan value is 60.40%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (60,31,0,2)
C60M31Y0K2 (60%, 31%, 0%, 2%)
(0.60 / 0.31 / 0.00 / 0.02)

CMYK percentages

%60.4
%30.8
%0
%1.96

Codes

Color #63ADFA in popluar color models

63 AD FA
RGB 99 173 250
HSL 211° 93.79% 68.43%
HSB/HSV 211° 60.40% 98.04%
CMYK 60.40% 30.80% 0.00%
1.96%

Color #63ADFA in popluar number systems.

HEX 63 AD FA
Decimal 99 173 250
Binary 1100011 10101101 11111010
Octal 143 255 372

Shades and tints

Shades of #63ADFA

#63ADFA
(99,173,250)
#5A9EE4
(90,158,228)
#518FCE
(81,143,206)
#4880B8
(72,128,184)
#3F71A2
(63,113,162)
#36628C
(54,98,140)
#2D5376
(45,83,118)
#244460
(36,68,96)
#1B354A
(27,53,74)
#122634
(18,38,52)
#09171E
(9,23,30)
#000000
(0,0,0)

Tints of #63ADFA

#63ADFA
(99,173,250)
#71B4FA
(113,180,250)
#7FBBFA
(127,187,250)
#8DC2FA
(141,194,250)
#9BC9FA
(155,201,250)
#A9D0FA
(169,208,250)
#B7D7FA
(183,215,250)
#C5DEFA
(197,222,250)
#D3E5FA
(211,229,250)
#E1ECFA
(225,236,250)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ADFA color. Also use rgb(99,173,250) instead hex code.

Text Font Color

.myTextColor { color: #63ADFA; }

<p style="color:#63ADFA">This sample text font color is #63ADFA.</p>

This text font color is #63ADFA.

Background Color

.myBgColor { background-color: #63ADFA; }

<div style="background-color:#63ADFA">Inner text</div>

This div background color is #63ADFA.

Border color

.myBorderColor { border: 1px solid #63ADFA; }

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

This div border color is #63ADFA.

Opacity

.myOpacity80 { color: #63ADFA; opacity: 0.8; }

<p style="color:#63ADFA;opacity:0.8;">80%</p>

Text with #63ADFA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63ADFA;}

<p style="text-shadow: 3px 3px 1px #63ADFA">Text here.</p>

This text has shadow with #63ADFA color.


.textShadow {text-shadow: 3px 3px 1px #63ADFA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63ADFA, 5px 5px 20px red">Text here.</p>

This text has shadow with #63ADFA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63ADFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63ADFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #63ADFA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63ADFA;
-webkit-box-shadow: 1px 1px 3px 2px #63ADFA;
box-shadow: 1px 1px 3px 2px #63ADFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63ADFA; -webkit-box-shadow: 1px 1px 3px 2px #63ADFA; box-shadow:1px 1px 3px 2px #63ADFA;">
Div content here
</div>

This div box has shadow with color #63ADFA.

Preview

Color preview on black background

This text has color #63ADFA on black background.


Color preview on white background

This text has color #63ADFA on white background.


Black color preview on #63ADFA background

This text has black color on #63ADFA background.


White color preview on #63ADFA background

This text has white color on #63ADFA background.


Related colors

Complementary color

Complementary color for #hex is #9C5205.


I love getcolorcode.com

Triadic colors

1 #FA63AD and #ADFA63 with #63ADFA are triadic colors.

2 #FAAD63 and #AD63FA with #63ADFA are triadic colors.