COLOR #63A8E3

HEX: #63A8E3
RGB: (99,168,227)

Color info

#63A8E3 contains mainly green and blue colors. Web safe color of #63A8E3 is #6699CC (or #69C).

RGB color model

#63A8E3 color RGB value is (99,168,227).

  • red value is 99;
  • green value is 168;
  • blue value is 227.
RGB:
(99,168,227)
(39%,66%,89%)

RGB channels and saturation

R 99 of 255 = 39%
G 168 of 255 = 66%
B 227 of 255 = 89%

99
168
227

R + G + B ~ 65%. #63A8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 168 + 227 = 494 (100%)
R 99 of 494 ~ 20.04%
G 168 of 494 ~ 34.01%
B 227 of 494 ~ 45.95%

%20.04
%34.01
%45.95

CMYK color model

#63A8E3 color CMYK value is (56,26,0,11).

  • cyan value is 56.39%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(56,26,0,11)
C56M26Y0K11 
(56%,26%,0%,11%)
(0.56/0.26/0.00/0.11)	

CMYK percentages

%56.39
%25.99
%0
%10.98

Codes

Color #63A8E3 in popluar color models

63A8E3
RGB99168227
HSL208°69.57%63.92%
HSB/HSV208°56.39%89.02%
CMYK56.39%25.99%0.00%
10.98%

Color #63A8E3 in popluar number systems.

HEX63A8E3
Decimal99168227
Binary11000111010100011100011
Octal143250343

Shades and tints

Shades of #63A8E3

#63A8E3
(99,168,227)
#5A99CF
(90,153,207)
#518ABB
(81,138,187)
#487BA7
(72,123,167)
#3F6C93
(63,108,147)
#365D7F
(54,93,127)
#2D4E6B
(45,78,107)
#243F57
(36,63,87)
#1B3043
(27,48,67)
#12212F
(18,33,47)
#09121B
(9,18,27)
#000000
(0,0,0)

Tints of #63A8E3

#63A8E3
(99,168,227)
#71AFE5
(113,175,229)
#7FB6E7
(127,182,231)
#8DBDE9
(141,189,233)
#9BC4EB
(155,196,235)
#A9CBED
(169,203,237)
#B7D2EF
(183,210,239)
#C5D9F1
(197,217,241)
#D3E0F3
(211,224,243)
#E1E7F5
(225,231,245)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A8E3 color. Also use rgb(99,168,227) instead hex code.

Text Font Color

.myTextColor { color: #63A8E3; }

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

This text font color is #63A8E3.


Background Color

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

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

This div background color is #63A8E3.


Border color

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

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

This div border color is #63A8E3.


Opacity

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

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

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

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

This text has shadow with #63A8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A8E3 on black background.


Color preview on white background

This text has color #63A8E3 on white background.



Black color preview on #63A8E3 background

This text has black color on #63A8E3 background.


White color preview on #63A8E3 background

This text has white color on #63A8E3 background.