COLOR #63BCE7

HEX: #63BCE7
RGB: (99,188,231)

Color info

#63BCE7 contains mainly green and blue colors. Web safe color of #63BCE7 is #66CCFF (or #6CF).

RGB color model

#63BCE7 color RGB value is (99,188,231).

  • red value is 99;
  • green value is 188;
  • blue value is 231.
RGB:
(99,188,231)
(39%,74%,91%)

RGB channels and saturation

R 99 of 255 = 39%
G 188 of 255 = 74%
B 231 of 255 = 91%

99
188
231

R + G + B ~ 68%. #63BCE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 188 + 231 = 518 (100%)
R 99 of 518 ~ 19.11%
G 188 of 518 ~ 36.29%
B 231 of 518 ~ 44.59%

%19.11
%36.29
%44.59

CMYK color model

#63BCE7 color CMYK value is (57,19,0,9).

  • cyan value is 57.14%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(57,19,0,9)
C57M19Y0K9 
(57%,19%,0%,9%)
(0.57/0.19/0.00/0.09)	

CMYK percentages

%57.14
%18.61
%0
%9.41

Codes

Color #63BCE7 in popluar color models

63BCE7
RGB99188231
HSL200°73.33%64.71%
HSB/HSV200°57.14%90.59%
CMYK57.14%18.61%0.00%
9.41%

Color #63BCE7 in popluar number systems.

HEX63BCE7
Decimal99188231
Binary11000111011110011100111
Octal143274347

Shades and tints

Shades of #63BCE7

#63BCE7
(99,188,231)
#5AABD2
(90,171,210)
#519ABD
(81,154,189)
#4889A8
(72,137,168)
#3F7893
(63,120,147)
#36677E
(54,103,126)
#2D5669
(45,86,105)
#244554
(36,69,84)
#1B343F
(27,52,63)
#12232A
(18,35,42)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #63BCE7

#63BCE7
(99,188,231)
#71C2E9
(113,194,233)
#7FC8EB
(127,200,235)
#8DCEED
(141,206,237)
#9BD4EF
(155,212,239)
#A9DAF1
(169,218,241)
#B7E0F3
(183,224,243)
#C5E6F5
(197,230,245)
#D3ECF7
(211,236,247)
#E1F2F9
(225,242,249)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BCE7 color. Also use rgb(99,188,231) instead hex code.

Text Font Color

.myTextColor { color: #63BCE7; }

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

This text font color is #63BCE7.


Background Color

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

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

This div background color is #63BCE7.


Border color

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

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

This div border color is #63BCE7.


Opacity

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

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

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

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

This text has shadow with #63BCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BCE7 on black background.


Color preview on white background

This text has color #63BCE7 on white background.



Black color preview on #63BCE7 background

This text has black color on #63BCE7 background.


White color preview on #63BCE7 background

This text has white color on #63BCE7 background.