COLOR #63B5D7

HEX: #63B5D7
RGB: (99,181,215)

Renk bilgisi

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

RGB renk modeli

#63B5D7 color RGB value is (99,181,215).

  • kırmız ton 99;
  • yeşil ton 181;
  • mavi ton 215.
RGB:
(99,181,215)
(39%,71%,84%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 181 of 255 = 71%
B 215 of 255 = 84%

99
181
215

R + G + B ~ 65%. #63B5D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 181 + 215 = 495 (100%)
R 99 of 495 ~ 20%
G 181 of 495 ~ 36.57%
B 215 of 495 ~ 43.43%

%20
%36.57
%43.43

CMYK RENK MODELİ

#63B5D7 rengi CMYK tonu (54,16,0,16).

  • camgöbeği tonu 53.95%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(54,16,0,16)
C54M16Y0K16 
(54%,16%,0%,16%)
(0.54/0.16/0.00/0.16)	

CMYK yüzdeleri

%53.95
%15.81
%0
%15.69

Codes

Color #63B5D7 in popluar color models

63B5D7
RGB99181215
HSL198°59.18%61.57%
HSB/HSV198°53.95%84.31%
CMYK53.95%15.81%0.00%
15.69%

Color #63B5D7 in popluar number systems.

HEX63B5D7
Decimal99181215
Binary11000111011010111010111
Octal143265327

Shades and tints

Shades of #63B5D7

#63B5D7
(99,181,215)
#5AA5C4
(90,165,196)
#5195B1
(81,149,177)
#48859E
(72,133,158)
#3F758B
(63,117,139)
#366578
(54,101,120)
#2D5565
(45,85,101)
#244552
(36,69,82)
#1B353F
(27,53,63)
#12252C
(18,37,44)
#091519
(9,21,25)
#000000
(0,0,0)

Tints of #63B5D7

#63B5D7
(99,181,215)
#71BBDA
(113,187,218)
#7FC1DD
(127,193,221)
#8DC7E0
(141,199,224)
#9BCDE3
(155,205,227)
#A9D3E6
(169,211,230)
#B7D9E9
(183,217,233)
#C5DFEC
(197,223,236)
#D3E5EF
(211,229,239)
#E1EBF2
(225,235,242)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B5D7 color. Also use rgb(99,181,215) instead hex code.

Text Font Color

.myTextColor { color: #63B5D7; }

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

This text font color is #63B5D7.


Background Color

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

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

This div background color is #63B5D7.


Border color

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

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

This div border color is #63B5D7.


Opacity

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

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

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

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

This text has shadow with #63B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B5D7 on black background.


Color preview on white background

This text has color #63B5D7 on white background.



Black color preview on #63B5D7 background

This text has black color on #63B5D7 background.


White color preview on #63B5D7 background

This text has white color on #63B5D7 background.