COLOR #63CDE2

HEX: #63CDE2 RGB: (99,205,226)

Color info

#63CDE2 contains mainly green and blue colors. Web safe color of #63CDE2 is #66CCCC (or #6CC).

RGB color model

#63CDE2 color RGB value is (99,205,226).

RGB: (99,205,226) (39%, 80%, 89%)

RGB channels and saturation

R 99 of 255 = 39%
G 205 of 255 = 80%
B 226 of 255 = 89%

99
205
226

R + G + B ~ 69%. #63CDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 205 + 226 = 530 (100%)
R 99 of 530 ~ 18.68%
G 205 of 530 ~ 38.68%
B 226 of 530 ~ 42.64'%

%18.68
%38.68
%42.64

CMYK color model

#63CDE2 color CMYK value is (56,9,0,11).

  • cyan value is 56.19%
  • magenta value is 9.29%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (56,9,0,11)
C56M9Y0K11 (56%, 9%, 0%, 11%)
(0.56 / 0.09 / 0.00 / 0.11)

CMYK percentages

%56.19
%9.29
%0
%11.37

Codes

Color #63CDE2 in popluar color models

63 CD E2
RGB 99 205 226
HSL 190° 68.65% 63.73%
HSB/HSV 190° 56.19% 88.63%
CMYK 56.19% 9.29% 0.00%
11.37%

Color #63CDE2 in popluar number systems.

HEX 63 CD E2
Decimal 99 205 226
Binary 1100011 11001101 11100010
Octal 143 315 342

Shades and tints

Shades of #63CDE2

#63CDE2
(99,205,226)
#5ABBCE
(90,187,206)
#51A9BA
(81,169,186)
#4897A6
(72,151,166)
#3F8592
(63,133,146)
#36737E
(54,115,126)
#2D616A
(45,97,106)
#244F56
(36,79,86)
#1B3D42
(27,61,66)
#122B2E
(18,43,46)
#09191A
(9,25,26)
#000000
(0,0,0)

Tints of #63CDE2

#63CDE2
(99,205,226)
#71D1E4
(113,209,228)
#7FD5E6
(127,213,230)
#8DD9E8
(141,217,232)
#9BDDEA
(155,221,234)
#A9E1EC
(169,225,236)
#B7E5EE
(183,229,238)
#C5E9F0
(197,233,240)
#D3EDF2
(211,237,242)
#E1F1F4
(225,241,244)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CDE2 color. Also use rgb(99,205,226) instead hex code.

Text Font Color

.myTextColor { color: #63CDE2; }

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

This text font color is #63CDE2.

Background Color

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

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

This div background color is #63CDE2.

Border color

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

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

This div border color is #63CDE2.

Opacity

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

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

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

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

This text has shadow with #63CDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63CDE2.

Preview

Color preview on black background

This text has color #63CDE2 on black background.


Color preview on white background

This text has color #63CDE2 on white background.


Black color preview on #63CDE2 background

This text has black color on #63CDE2 background.


White color preview on #63CDE2 background

This text has white color on #63CDE2 background.


Related colors

Complementary color

Complementary color for #hex is #9C321D.


I love getcolorcode.com

Triadic colors

1 #E263CD and #CDE263 with #63CDE2 are triadic colors.

2 #E2CD63 and #CD63E2 with #63CDE2 are triadic colors.