COLOR #63D6F0

HEX: #63D6F0
RGB: (99,214,240)

Color info

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

RGB color model

#63D6F0 color RGB value is (99,214,240).

  • red value is 99;
  • green value is 214;
  • blue value is 240.
RGB:
(99,214,240)
(39%,84%,94%)

RGB channels and saturation

R 99 of 255 = 39%
G 214 of 255 = 84%
B 240 of 255 = 94%

99
214
240

R + G + B ~ 72%. #63D6F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 214 + 240 = 553 (100%)
R 99 of 553 ~ 17.9%
G 214 of 553 ~ 38.7%
B 240 of 553 ~ 43.4%

%17.9
%38.7
%43.4

CMYK color model

#63D6F0 color CMYK value is (59,11,0,6).

  • cyan value is 58.75%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(59,11,0,6)
C59M11Y0K6 
(59%,11%,0%,6%)
(0.59/0.11/0.00/0.06)	

CMYK percentages

%58.75
%10.83
%0
%5.88

Codes

Color #63D6F0 in popluar color models

63D6F0
RGB99214240
HSL191°82.46%66.47%
HSB/HSV191°58.75%94.12%
CMYK58.75%10.83%0.00%
5.88%

Color #63D6F0 in popluar number systems.

HEX63D6F0
Decimal99214240
Binary11000111101011011110000
Octal143326360

Shades and tints

Shades of #63D6F0

#63D6F0
(99,214,240)
#5AC3DB
(90,195,219)
#51B0C6
(81,176,198)
#489DB1
(72,157,177)
#3F8A9C
(63,138,156)
#367787
(54,119,135)
#2D6472
(45,100,114)
#24515D
(36,81,93)
#1B3E48
(27,62,72)
#122B33
(18,43,51)
#09181E
(9,24,30)
#000000
(0,0,0)

Tints of #63D6F0

#63D6F0
(99,214,240)
#71D9F1
(113,217,241)
#7FDCF2
(127,220,242)
#8DDFF3
(141,223,243)
#9BE2F4
(155,226,244)
#A9E5F5
(169,229,245)
#B7E8F6
(183,232,246)
#C5EBF7
(197,235,247)
#D3EEF8
(211,238,248)
#E1F1F9
(225,241,249)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D6F0 color. Also use rgb(99,214,240) instead hex code.

Text Font Color

.myTextColor { color: #63D6F0; }

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

This text font color is #63D6F0.


Background Color

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

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

This div background color is #63D6F0.


Border color

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

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

This div border color is #63D6F0.


Opacity

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

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

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

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

This text has shadow with #63D6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D6F0 on black background.


Color preview on white background

This text has color #63D6F0 on white background.



Black color preview on #63D6F0 background

This text has black color on #63D6F0 background.


White color preview on #63D6F0 background

This text has white color on #63D6F0 background.