COLOR #63CCE9

HEX: #63CCE9
RGB: (99,204,233)

Color info

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

RGB color model

#63CCE9 color RGB value is (99,204,233).

  • red value is 99;
  • green value is 204;
  • blue value is 233.
RGB:
(99,204,233)
(39%,80%,91%)

RGB channels and saturation

R 99 of 255 = 39%
G 204 of 255 = 80%
B 233 of 255 = 91%

99
204
233

R + G + B ~ 70%. #63CCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 204 + 233 = 536 (100%)
R 99 of 536 ~ 18.47%
G 204 of 536 ~ 38.06%
B 233 of 536 ~ 43.47%

%18.47
%38.06
%43.47

CMYK color model

#63CCE9 color CMYK value is (58,12,0,9).

  • cyan value is 57.51%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(58,12,0,9)
C58M12Y0K9 
(58%,12%,0%,9%)
(0.58/0.12/0.00/0.09)	

CMYK percentages

%57.51
%12.45
%0
%8.63

Codes

Color #63CCE9 in popluar color models

63CCE9
RGB99204233
HSL193°75.28%65.10%
HSB/HSV193°57.51%91.37%
CMYK57.51%12.45%0.00%
8.63%

Color #63CCE9 in popluar number systems.

HEX63CCE9
Decimal99204233
Binary11000111100110011101001
Octal143314351

Shades and tints

Shades of #63CCE9

#63CCE9
(99,204,233)
#5ABAD4
(90,186,212)
#51A8BF
(81,168,191)
#4896AA
(72,150,170)
#3F8495
(63,132,149)
#367280
(54,114,128)
#2D606B
(45,96,107)
#244E56
(36,78,86)
#1B3C41
(27,60,65)
#122A2C
(18,42,44)
#091817
(9,24,23)
#000000
(0,0,0)

Tints of #63CCE9

#63CCE9
(99,204,233)
#71D0EB
(113,208,235)
#7FD4ED
(127,212,237)
#8DD8EF
(141,216,239)
#9BDCF1
(155,220,241)
#A9E0F3
(169,224,243)
#B7E4F5
(183,228,245)
#C5E8F7
(197,232,247)
#D3ECF9
(211,236,249)
#E1F0FB
(225,240,251)
#EFF4FD
(239,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CCE9 color. Also use rgb(99,204,233) instead hex code.

Text Font Color

.myTextColor { color: #63CCE9; }

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

This text font color is #63CCE9.


Background Color

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

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

This div background color is #63CCE9.


Border color

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

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

This div border color is #63CCE9.


Opacity

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

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

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

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

This text has shadow with #63CCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CCE9 on black background.


Color preview on white background

This text has color #63CCE9 on white background.



Black color preview on #63CCE9 background

This text has black color on #63CCE9 background.


White color preview on #63CCE9 background

This text has white color on #63CCE9 background.