COLOR #63D1E4

HEX: #63D1E4
RGB: (99,209,228)

Renk bilgisi

#63D1E4 contains mainly green and blue colors. #63D1E4 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#63D1E4 color RGB value is (99,209,228).

  • kırmız ton 99;
  • yeşil ton 209;
  • mavi ton 228.
RGB:
(99,209,228)
(39%,82%,89%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 209 of 255 = 82%
B 228 of 255 = 89%

99
209
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 209 + 228 = 536 (100%)
R 99 of 536 ~ 18.47%
G 209 of 536 ~ 38.99%
B 228 of 536 ~ 42.54%

%18.47
%38.99
%42.54

CMYK RENK MODELİ

#63D1E4 rengi CMYK tonu (57,8,0,11).

  • camgöbeği tonu 56.58%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(57,8,0,11)
C57M8Y0K11 
(57%,8%,0%,11%)
(0.57/0.08/0.00/0.11)	

CMYK yüzdeleri

%56.58
%8.33
%0
%10.59

Codes

Color #63D1E4 in popluar color models

63D1E4
RGB99209228
HSL189°70.49%64.12%
HSB/HSV189°56.58%89.41%
CMYK56.58%8.33%0.00%
10.59%

Color #63D1E4 in popluar number systems.

HEX63D1E4
Decimal99209228
Binary11000111101000111100100
Octal143321344

Shades and tints

Shades of #63D1E4

#63D1E4
(99,209,228)
#5ABED0
(90,190,208)
#51ABBC
(81,171,188)
#4898A8
(72,152,168)
#3F8594
(63,133,148)
#367280
(54,114,128)
#2D5F6C
(45,95,108)
#244C58
(36,76,88)
#1B3944
(27,57,68)
#122630
(18,38,48)
#09131C
(9,19,28)
#000000
(0,0,0)

Tints of #63D1E4

#63D1E4
(99,209,228)
#71D5E6
(113,213,230)
#7FD9E8
(127,217,232)
#8DDDEA
(141,221,234)
#9BE1EC
(155,225,236)
#A9E5EE
(169,229,238)
#B7E9F0
(183,233,240)
#C5EDF2
(197,237,242)
#D3F1F4
(211,241,244)
#E1F5F6
(225,245,246)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D1E4 color. Also use rgb(99,209,228) instead hex code.

Text Font Color

.myTextColor { color: #63D1E4; }

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

This text font color is #63D1E4.


Background Color

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

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

This div background color is #63D1E4.


Border color

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

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

This div border color is #63D1E4.


Opacity

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

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

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

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

This text has shadow with #63D1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D1E4 on black background.


Color preview on white background

This text has color #63D1E4 on white background.



Black color preview on #63D1E4 background

This text has black color on #63D1E4 background.


White color preview on #63D1E4 background

This text has white color on #63D1E4 background.