COLOR #63DCFC

HEX: #63DCFC
RGB: (99,220,252)

Renk bilgisi

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

RGB renk modeli

#63DCFC color RGB value is (99,220,252).

  • kırmız ton 99;
  • yeşil ton 220;
  • mavi ton 252.
RGB:
(99,220,252)
(39%,86%,99%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 220 of 255 = 86%
B 252 of 255 = 99%

99
220
252

R + G + B ~ 75%. #63DCFC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 220 + 252 = 571 (100%)
R 99 of 571 ~ 17.34%
G 220 of 571 ~ 38.53%
B 252 of 571 ~ 44.13%

%17.34
%38.53
%44.13

CMYK RENK MODELİ

#63DCFC rengi CMYK tonu (61,13,0,1).

  • camgöbeği tonu 60.71%
  • eflatun tonu 12.70%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(61,13,0,1)
C61M13Y0K1 
(61%,13%,0%,1%)
(0.61/0.13/0.00/0.01)	

CMYK yüzdeleri

%60.71
%12.7
%0
%1.18

Codes

Color #63DCFC in popluar color models

63DCFC
RGB99220252
HSL193°96.23%68.82%
HSB/HSV193°60.71%98.82%
CMYK60.71%12.70%0.00%
1.18%

Color #63DCFC in popluar number systems.

HEX63DCFC
Decimal99220252
Binary11000111101110011111100
Octal143334374

Shades and tints

Shades of #63DCFC

#63DCFC
(99,220,252)
#5AC8E6
(90,200,230)
#51B4D0
(81,180,208)
#48A0BA
(72,160,186)
#3F8CA4
(63,140,164)
#36788E
(54,120,142)
#2D6478
(45,100,120)
#245062
(36,80,98)
#1B3C4C
(27,60,76)
#122836
(18,40,54)
#091420
(9,20,32)
#000000
(0,0,0)

Tints of #63DCFC

#63DCFC
(99,220,252)
#71DFFC
(113,223,252)
#7FE2FC
(127,226,252)
#8DE5FC
(141,229,252)
#9BE8FC
(155,232,252)
#A9EBFC
(169,235,252)
#B7EEFC
(183,238,252)
#C5F1FC
(197,241,252)
#D3F4FC
(211,244,252)
#E1F7FC
(225,247,252)
#EFFAFC
(239,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DCFC color. Also use rgb(99,220,252) instead hex code.

Text Font Color

.myTextColor { color: #63DCFC; }

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

This text font color is #63DCFC.


Background Color

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

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

This div background color is #63DCFC.


Border color

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

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

This div border color is #63DCFC.


Opacity

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

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

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

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

This text has shadow with #63DCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63DCFC on black background.


Color preview on white background

This text has color #63DCFC on white background.



Black color preview on #63DCFC background

This text has black color on #63DCFC background.


White color preview on #63DCFC background

This text has white color on #63DCFC background.