COLOR #63B6DF

HEX: #63B6DF
RGB: (99,182,223)

Color info

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

RGB color model

#63B6DF color RGB value is (99,182,223).

  • red value is 99;
  • green value is 182;
  • blue value is 223.
RGB:
(99,182,223)
(39%,71%,87%)

RGB channels and saturation

R 99 of 255 = 39%
G 182 of 255 = 71%
B 223 of 255 = 87%

99
182
223

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

Portions of RGB colors in percentages

R + G + B =
99 + 182 + 223 = 504 (100%)
R 99 of 504 ~ 19.64%
G 182 of 504 ~ 36.11%
B 223 of 504 ~ 44.25%

%19.64
%36.11
%44.25

CMYK color model

#63B6DF color CMYK value is (56,18,0,13).

  • cyan value is 55.61%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(56,18,0,13)
C56M18Y0K13 
(56%,18%,0%,13%)
(0.56/0.18/0.00/0.13)	

CMYK percentages

%55.61
%18.39
%0
%12.55

Codes

Color #63B6DF in popluar color models

63B6DF
RGB99182223
HSL200°65.96%63.14%
HSB/HSV200°55.61%87.45%
CMYK55.61%18.39%0.00%
12.55%

Color #63B6DF in popluar number systems.

HEX63B6DF
Decimal99182223
Binary11000111011011011011111
Octal143266337

Shades and tints

Shades of #63B6DF

#63B6DF
(99,182,223)
#5AA6CB
(90,166,203)
#5196B7
(81,150,183)
#4886A3
(72,134,163)
#3F768F
(63,118,143)
#36667B
(54,102,123)
#2D5667
(45,86,103)
#244653
(36,70,83)
#1B363F
(27,54,63)
#12262B
(18,38,43)
#091617
(9,22,23)
#000000
(0,0,0)

Tints of #63B6DF

#63B6DF
(99,182,223)
#71BCE1
(113,188,225)
#7FC2E3
(127,194,227)
#8DC8E5
(141,200,229)
#9BCEE7
(155,206,231)
#A9D4E9
(169,212,233)
#B7DAEB
(183,218,235)
#C5E0ED
(197,224,237)
#D3E6EF
(211,230,239)
#E1ECF1
(225,236,241)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B6DF color. Also use rgb(99,182,223) instead hex code.

Text Font Color

.myTextColor { color: #63B6DF; }

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

This text font color is #63B6DF.


Background Color

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

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

This div background color is #63B6DF.


Border color

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

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

This div border color is #63B6DF.


Opacity

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

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

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

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

This text has shadow with #63B6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B6DF on black background.


Color preview on white background

This text has color #63B6DF on white background.



Black color preview on #63B6DF background

This text has black color on #63B6DF background.


White color preview on #63B6DF background

This text has white color on #63B6DF background.