COLOR #63D8EC

HEX: #63D8EC
RGB: (99,216,236)

Renk bilgisi

#63D8EC contains mainly green and blue colors. #63D8EC ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#63D8EC color RGB value is (99,216,236).

  • kırmız ton 99;
  • yeşil ton 216;
  • mavi ton 236.
RGB:
(99,216,236)
(39%,85%,93%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 216 of 255 = 85%
B 236 of 255 = 93%

99
216
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 216 + 236 = 551 (100%)
R 99 of 551 ~ 17.97%
G 216 of 551 ~ 39.2%
B 236 of 551 ~ 42.83%

%17.97
%39.2
%42.83

CMYK RENK MODELİ

#63D8EC rengi CMYK tonu (58,8,0,7).

  • camgöbeği tonu 58.05%
  • eflatun tonu 8.47%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(58,8,0,7)
C58M8Y0K7 
(58%,8%,0%,7%)
(0.58/0.08/0.00/0.07)	

CMYK yüzdeleri

%58.05
%8.47
%0
%7.45

Codes

Color #63D8EC in popluar color models

63D8EC
RGB99216236
HSL189°78.29%65.69%
HSB/HSV189°58.05%92.55%
CMYK58.05%8.47%0.00%
7.45%

Color #63D8EC in popluar number systems.

HEX63D8EC
Decimal99216236
Binary11000111101100011101100
Octal143330354

Shades and tints

Shades of #63D8EC

#63D8EC
(99,216,236)
#5AC5D7
(90,197,215)
#51B2C2
(81,178,194)
#489FAD
(72,159,173)
#3F8C98
(63,140,152)
#367983
(54,121,131)
#2D666E
(45,102,110)
#245359
(36,83,89)
#1B4044
(27,64,68)
#122D2F
(18,45,47)
#091A1A
(9,26,26)
#000000
(0,0,0)

Tints of #63D8EC

#63D8EC
(99,216,236)
#71DBED
(113,219,237)
#7FDEEE
(127,222,238)
#8DE1EF
(141,225,239)
#9BE4F0
(155,228,240)
#A9E7F1
(169,231,241)
#B7EAF2
(183,234,242)
#C5EDF3
(197,237,243)
#D3F0F4
(211,240,244)
#E1F3F5
(225,243,245)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D8EC color. Also use rgb(99,216,236) instead hex code.

Text Font Color

.myTextColor { color: #63D8EC; }

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

This text font color is #63D8EC.


Background Color

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

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

This div background color is #63D8EC.


Border color

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

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

This div border color is #63D8EC.


Opacity

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

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

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

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

This text has shadow with #63D8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D8EC on black background.


Color preview on white background

This text has color #63D8EC on white background.



Black color preview on #63D8EC background

This text has black color on #63D8EC background.


White color preview on #63D8EC background

This text has white color on #63D8EC background.