COLOR #63DBF1

HEX: #63DBF1 RGB: (99,219,241)

Color info

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

RGB color model

#63DBF1 color RGB value is (99,219,241).

RGB: (99,219,241) (39%, 86%, 95%)

RGB channels and saturation

R 99 of 255 = 39%
G 219 of 255 = 86%
B 241 of 255 = 95%

99
219
241

R + G + B ~ 73%. #63DBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 219 + 241 = 559 (100%)
R 99 of 559 ~ 17.71%
G 219 of 559 ~ 39.18%
B 241 of 559 ~ 43.11'%

%17.71
%39.18
%43.11

CMYK color model

#63DBF1 color CMYK value is (59,9,0,5).

  • cyan value is 58.92%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (59,9,0,5)
C59M9Y0K5 (59%, 9%, 0%, 5%)
(0.59 / 0.09 / 0.00 / 0.05)

CMYK percentages

%58.92
%9.13
%0
%5.49

Codes

Color #63DBF1 in popluar color models

63 DB F1
RGB 99 219 241
HSL 189° 83.53% 66.67%
HSB/HSV 189° 58.92% 94.51%
CMYK 58.92% 9.13% 0.00%
5.49%

Color #63DBF1 in popluar number systems.

HEX 63 DB F1
Decimal 99 219 241
Binary 1100011 11011011 11110001
Octal 143 333 361

Shades and tints

Shades of #63DBF1

#63DBF1
(99,219,241)
#5AC8DC
(90,200,220)
#51B5C7
(81,181,199)
#48A2B2
(72,162,178)
#3F8F9D
(63,143,157)
#367C88
(54,124,136)
#2D6973
(45,105,115)
#24565E
(36,86,94)
#1B4349
(27,67,73)
#123034
(18,48,52)
#091D1F
(9,29,31)
#000000
(0,0,0)

Tints of #63DBF1

#63DBF1
(99,219,241)
#71DEF2
(113,222,242)
#7FE1F3
(127,225,243)
#8DE4F4
(141,228,244)
#9BE7F5
(155,231,245)
#A9EAF6
(169,234,246)
#B7EDF7
(183,237,247)
#C5F0F8
(197,240,248)
#D3F3F9
(211,243,249)
#E1F6FA
(225,246,250)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63DBF1; }

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

This text font color is #63DBF1.

Background Color

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

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

This div background color is #63DBF1.

Border color

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

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

This div border color is #63DBF1.

Opacity

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

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

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

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

This text has shadow with #63DBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63DBF1.

Preview

Color preview on black background

This text has color #63DBF1 on black background.


Color preview on white background

This text has color #63DBF1 on white background.


Black color preview on #63DBF1 background

This text has black color on #63DBF1 background.


White color preview on #63DBF1 background

This text has white color on #63DBF1 background.


Related colors

Complementary color

Complementary color for #hex is #9C240E.


I love getcolorcode.com

Triadic colors

1 #F163DB and #DBF163 with #63DBF1 are triadic colors.

2 #F1DB63 and #DB63F1 with #63DBF1 are triadic colors.