COLOR #63BDD7

HEX: #63BDD7
RGB: (99,189,215)

Color info

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

RGB color model

#63BDD7 color RGB value is (99,189,215).

  • red value is 99;
  • green value is 189;
  • blue value is 215.
RGB:
(99,189,215)
(39%,74%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 189 of 255 = 74%
B 215 of 255 = 84%

99
189
215

R + G + B ~ 66%. #63BDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 189 + 215 = 503 (100%)
R 99 of 503 ~ 19.68%
G 189 of 503 ~ 37.57%
B 215 of 503 ~ 42.74%

%19.68
%37.57
%42.74

CMYK color model

#63BDD7 color CMYK value is (54,12,0,16).

  • cyan value is 53.95%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(54,12,0,16)
C54M12Y0K16 
(54%,12%,0%,16%)
(0.54/0.12/0.00/0.16)	

CMYK percentages

%53.95
%12.09
%0
%15.69

Codes

Color #63BDD7 in popluar color models

63BDD7
RGB99189215
HSL193°59.18%61.57%
HSB/HSV193°53.95%84.31%
CMYK53.95%12.09%0.00%
15.69%

Color #63BDD7 in popluar number systems.

HEX63BDD7
Decimal99189215
Binary11000111011110111010111
Octal143275327

Shades and tints

Shades of #63BDD7

#63BDD7
(99,189,215)
#5AACC4
(90,172,196)
#519BB1
(81,155,177)
#488A9E
(72,138,158)
#3F798B
(63,121,139)
#366878
(54,104,120)
#2D5765
(45,87,101)
#244652
(36,70,82)
#1B353F
(27,53,63)
#12242C
(18,36,44)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #63BDD7

#63BDD7
(99,189,215)
#71C3DA
(113,195,218)
#7FC9DD
(127,201,221)
#8DCFE0
(141,207,224)
#9BD5E3
(155,213,227)
#A9DBE6
(169,219,230)
#B7E1E9
(183,225,233)
#C5E7EC
(197,231,236)
#D3EDEF
(211,237,239)
#E1F3F2
(225,243,242)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BDD7 color. Also use rgb(99,189,215) instead hex code.

Text Font Color

.myTextColor { color: #63BDD7; }

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

This text font color is #63BDD7.


Background Color

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

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

This div background color is #63BDD7.


Border color

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

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

This div border color is #63BDD7.


Opacity

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

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

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

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

This text has shadow with #63BDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BDD7 on black background.


Color preview on white background

This text has color #63BDD7 on white background.



Black color preview on #63BDD7 background

This text has black color on #63BDD7 background.


White color preview on #63BDD7 background

This text has white color on #63BDD7 background.