COLOR #63B2DD

HEX: #63B2DD
RGB: (99,178,221)

Color info

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

RGB color model

#63B2DD color RGB value is (99,178,221).

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

RGB channels and saturation

R 99 of 255 = 39%
G 178 of 255 = 70%
B 221 of 255 = 87%

99
178
221

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

Portions of RGB colors in percentages

R + G + B =
99 + 178 + 221 = 498 (100%)
R 99 of 498 ~ 19.88%
G 178 of 498 ~ 35.74%
B 221 of 498 ~ 44.38%

%19.88
%35.74
%44.38

CMYK color model

#63B2DD color CMYK value is (55,19,0,13).

  • cyan value is 55.20%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(55,19,0,13)
C55M19Y0K13 
(55%,19%,0%,13%)
(0.55/0.19/0.00/0.13)	

CMYK percentages

%55.2
%19.46
%0
%13.33

Codes

Color #63B2DD in popluar color models

63B2DD
RGB99178221
HSL201°64.21%62.75%
HSB/HSV201°55.20%86.67%
CMYK55.20%19.46%0.00%
13.33%

Color #63B2DD in popluar number systems.

HEX63B2DD
Decimal99178221
Binary11000111011001011011101
Octal143262335

Shades and tints

Shades of #63B2DD

#63B2DD
(99,178,221)
#5AA2C9
(90,162,201)
#5192B5
(81,146,181)
#4882A1
(72,130,161)
#3F728D
(63,114,141)
#366279
(54,98,121)
#2D5265
(45,82,101)
#244251
(36,66,81)
#1B323D
(27,50,61)
#122229
(18,34,41)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #63B2DD

#63B2DD
(99,178,221)
#71B9E0
(113,185,224)
#7FC0E3
(127,192,227)
#8DC7E6
(141,199,230)
#9BCEE9
(155,206,233)
#A9D5EC
(169,213,236)
#B7DCEF
(183,220,239)
#C5E3F2
(197,227,242)
#D3EAF5
(211,234,245)
#E1F1F8
(225,241,248)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B2DD; }

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

This text font color is #63B2DD.


Background Color

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

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

This div background color is #63B2DD.


Border color

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

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

This div border color is #63B2DD.


Opacity

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

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

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

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

This text has shadow with #63B2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B2DD on black background.


Color preview on white background

This text has color #63B2DD on white background.



Black color preview on #63B2DD background

This text has black color on #63B2DD background.


White color preview on #63B2DD background

This text has white color on #63B2DD background.