COLOR #63ABDB

HEX: #63ABDB
RGB: (99,171,219)

Color info

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

RGB color model

#63ABDB color RGB value is (99,171,219).

  • red value is 99;
  • green value is 171;
  • blue value is 219.
RGB:
(99,171,219)
(39%,67%,86%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 219 of 255 = 86%

99
171
219

R + G + B ~ 64%. #63ABDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 219 = 489 (100%)
R 99 of 489 ~ 20.25%
G 171 of 489 ~ 34.97%
B 219 of 489 ~ 44.79%

%20.25
%34.97
%44.79

CMYK color model

#63ABDB color CMYK value is (55,22,0,14).

  • cyan value is 54.79%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(55,22,0,14)
C55M22Y0K14 
(55%,22%,0%,14%)
(0.55/0.22/0.00/0.14)	

CMYK percentages

%54.79
%21.92
%0
%14.12

Codes

Color #63ABDB in popluar color models

63ABDB
RGB99171219
HSL204°62.50%62.35%
HSB/HSV204°54.79%85.88%
CMYK54.79%21.92%0.00%
14.12%

Color #63ABDB in popluar number systems.

HEX63ABDB
Decimal99171219
Binary11000111010101111011011
Octal143253333

Shades and tints

Shades of #63ABDB

#63ABDB
(99,171,219)
#5A9CC8
(90,156,200)
#518DB5
(81,141,181)
#487EA2
(72,126,162)
#3F6F8F
(63,111,143)
#36607C
(54,96,124)
#2D5169
(45,81,105)
#244256
(36,66,86)
#1B3343
(27,51,67)
#122430
(18,36,48)
#09151D
(9,21,29)
#000000
(0,0,0)

Tints of #63ABDB

#63ABDB
(99,171,219)
#71B2DE
(113,178,222)
#7FB9E1
(127,185,225)
#8DC0E4
(141,192,228)
#9BC7E7
(155,199,231)
#A9CEEA
(169,206,234)
#B7D5ED
(183,213,237)
#C5DCF0
(197,220,240)
#D3E3F3
(211,227,243)
#E1EAF6
(225,234,246)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ABDB color. Also use rgb(99,171,219) instead hex code.

Text Font Color

.myTextColor { color: #63ABDB; }

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

This text font color is #63ABDB.


Background Color

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

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

This div background color is #63ABDB.


Border color

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

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

This div border color is #63ABDB.


Opacity

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

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

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

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

This text has shadow with #63ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABDB on black background.


Color preview on white background

This text has color #63ABDB on white background.



Black color preview on #63ABDB background

This text has black color on #63ABDB background.


White color preview on #63ABDB background

This text has white color on #63ABDB background.