COLOR #63B7ED

HEX: #63B7ED
RGB: (99,183,237)

Color info

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

RGB color model

#63B7ED color RGB value is (99,183,237).

  • red value is 99;
  • green value is 183;
  • blue value is 237.
RGB:
(99,183,237)
(39%,72%,93%)

RGB channels and saturation

R 99 of 255 = 39%
G 183 of 255 = 72%
B 237 of 255 = 93%

99
183
237

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

Portions of RGB colors in percentages

R + G + B =
99 + 183 + 237 = 519 (100%)
R 99 of 519 ~ 19.08%
G 183 of 519 ~ 35.26%
B 237 of 519 ~ 45.66%

%19.08
%35.26
%45.66

CMYK color model

#63B7ED color CMYK value is (58,23,0,7).

  • cyan value is 58.23%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(58,23,0,7)
C58M23Y0K7 
(58%,23%,0%,7%)
(0.58/0.23/0.00/0.07)	

CMYK percentages

%58.23
%22.78
%0
%7.06

Codes

Color #63B7ED in popluar color models

63B7ED
RGB99183237
HSL203°79.31%65.88%
HSB/HSV203°58.23%92.94%
CMYK58.23%22.78%0.00%
7.06%

Color #63B7ED in popluar number systems.

HEX63B7ED
Decimal99183237
Binary11000111011011111101101
Octal143267355

Shades and tints

Shades of #63B7ED

#63B7ED
(99,183,237)
#5AA7D8
(90,167,216)
#5197C3
(81,151,195)
#4887AE
(72,135,174)
#3F7799
(63,119,153)
#366784
(54,103,132)
#2D576F
(45,87,111)
#24475A
(36,71,90)
#1B3745
(27,55,69)
#122730
(18,39,48)
#09171B
(9,23,27)
#000000
(0,0,0)

Tints of #63B7ED

#63B7ED
(99,183,237)
#71BDEE
(113,189,238)
#7FC3EF
(127,195,239)
#8DC9F0
(141,201,240)
#9BCFF1
(155,207,241)
#A9D5F2
(169,213,242)
#B7DBF3
(183,219,243)
#C5E1F4
(197,225,244)
#D3E7F5
(211,231,245)
#E1EDF6
(225,237,246)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B7ED color. Also use rgb(99,183,237) instead hex code.

Text Font Color

.myTextColor { color: #63B7ED; }

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

This text font color is #63B7ED.


Background Color

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

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

This div background color is #63B7ED.


Border color

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

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

This div border color is #63B7ED.


Opacity

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

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

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

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

This text has shadow with #63B7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B7ED on black background.


Color preview on white background

This text has color #63B7ED on white background.



Black color preview on #63B7ED background

This text has black color on #63B7ED background.


White color preview on #63B7ED background

This text has white color on #63B7ED background.