COLOR #63ABDD

HEX: #63ABDD RGB: (99,171,221)

Color info

#63ABDD contains mainly green and blue colors. Web safe color of #63ABDD is #6699CC (or #69C).

RGB color model

#63ABDD color RGB value is (99,171,221).

RGB: (99,171,221) (39%, 67%, 87%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 221 of 255 = 87%

99
171
221

R + G + B ~ 64%. #63ABDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 171 + 221 = 491 (100%)
R 99 of 491 ~ 20.16%
G 171 of 491 ~ 34.83%
B 221 of 491 ~ 45.01'%

%20.16
%34.83
%45.01

CMYK color model

#63ABDD color CMYK value is (55,23,0,13).

  • cyan value is 55.20%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (55,23,0,13) C55M23Y0K13 (55%,23%,0%,13%) (0.55/0.23/0.00/0.13) 

CMYK percentages

%55.2
%22.62
%0
%13.33

Codes

Color #63ABDD in popluar color models

63 AB DD
RGB 99 171 221
HSL 205° 64.21% 62.75%
HSB/HSV 205° 55.20% 86.67%
CMYK 55.20% 22.62% 0.00%
13.33%

Color #63ABDD in popluar number systems.

HEX 63 AB DD
Decimal 99 171 221
Binary 1100011 10101011 11011101
Octal 143 253 335

Shades and tints

Shades of #63ABDD

#63ABDD
(99,171,221)
#5A9CC9
(90,156,201)
#518DB5
(81,141,181)
#487EA1
(72,126,161)
#3F6F8D
(63,111,141)
#366079
(54,96,121)
#2D5165
(45,81,101)
#244251
(36,66,81)
#1B333D
(27,51,61)
#122429
(18,36,41)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #63ABDD

#63ABDD
(99,171,221)
#71B2E0
(113,178,224)
#7FB9E3
(127,185,227)
#8DC0E6
(141,192,230)
#9BC7E9
(155,199,233)
#A9CEEC
(169,206,236)
#B7D5EF
(183,213,239)
#C5DCF2
(197,220,242)
#D3E3F5
(211,227,245)
#E1EAF8
(225,234,248)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ABDD color. Also use rgb(99,171,221) instead hex code.

Text Font Color

.myTextColor { color: #63ABDD; }

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

This text font color is #63ABDD.

Background Color

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

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

This div background color is #63ABDD.

Border color

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

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

This div border color is #63ABDD.

Opacity

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

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

Text with #63ABDD 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 #63ABDD;}

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

This text has shadow with #63ABDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63ABDD.

Preview

Color preview on black background

This text has color #63ABDD on black background.


Color preview on white background

This text has color #63ABDD on white background.


Black color preview on #63ABDD background

This text has black color on #63ABDD background.


White color preview on #63ABDD background

This text has white color on #63ABDD background.


Related colors

Complementary color

Complementary color for #hex is #9C5422.


I love getcolorcode.com

Triadic colors

1 #DD63AB and #ABDD63 with #63ABDD are triadic colors.

2 #DDAB63 and #AB63DD with #63ABDD are triadic colors.