COLOR #63AFDD

HEX: #63AFDD
RGB: (99,175,221)

Color info

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

RGB color model

#63AFDD color RGB value is (99,175,221).

  • red value is 99;
  • green value is 175;
  • blue value is 221.
RGB:
(99,175,221)
(39%,69%,87%)

RGB channels and saturation

R 99 of 255 = 39%
G 175 of 255 = 69%
B 221 of 255 = 87%

99
175
221

R + G + B ~ 65%. #63AFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 175 + 221 = 495 (100%)
R 99 of 495 ~ 20%
G 175 of 495 ~ 35.35%
B 221 of 495 ~ 44.65%

%20
%35.35
%44.65

CMYK color model

#63AFDD color CMYK value is (55,21,0,13).

  • cyan value is 55.20%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(55,21,0,13)
C55M21Y0K13 
(55%,21%,0%,13%)
(0.55/0.21/0.00/0.13)	

CMYK percentages

%55.2
%20.81
%0
%13.33

Codes

Color #63AFDD in popluar color models

63AFDD
RGB99175221
HSL203°64.21%62.75%
HSB/HSV203°55.20%86.67%
CMYK55.20%20.81%0.00%
13.33%

Color #63AFDD in popluar number systems.

HEX63AFDD
Decimal99175221
Binary11000111010111111011101
Octal143257335

Shades and tints

Shades of #63AFDD

#63AFDD
(99,175,221)
#5AA0C9
(90,160,201)
#5191B5
(81,145,181)
#4882A1
(72,130,161)
#3F738D
(63,115,141)
#366479
(54,100,121)
#2D5565
(45,85,101)
#244651
(36,70,81)
#1B373D
(27,55,61)
#122829
(18,40,41)
#091915
(9,25,21)
#000000
(0,0,0)

Tints of #63AFDD

#63AFDD
(99,175,221)
#71B6E0
(113,182,224)
#7FBDE3
(127,189,227)
#8DC4E6
(141,196,230)
#9BCBE9
(155,203,233)
#A9D2EC
(169,210,236)
#B7D9EF
(183,217,239)
#C5E0F2
(197,224,242)
#D3E7F5
(211,231,245)
#E1EEF8
(225,238,248)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AFDD; }

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

This text font color is #63AFDD.


Background Color

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

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

This div background color is #63AFDD.


Border color

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

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

This div border color is #63AFDD.


Opacity

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

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

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

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

This text has shadow with #63AFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AFDD on black background.


Color preview on white background

This text has color #63AFDD on white background.



Black color preview on #63AFDD background

This text has black color on #63AFDD background.


White color preview on #63AFDD background

This text has white color on #63AFDD background.