COLOR #63B2FB

HEX: #63B2FB
RGB: (99,178,251)

Renk bilgisi

#63B2FB contains mainly blue color. #63B2FB ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#63B2FB color RGB value is (99,178,251).

  • kırmız ton 99;
  • yeşil ton 178;
  • mavi ton 251.
RGB:
(99,178,251)
(39%,70%,98%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 178 of 255 = 70%
B 251 of 255 = 98%

99
178
251

R + G + B ~ 69%. #63B2FB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 178 + 251 = 528 (100%)
R 99 of 528 ~ 18.75%
G 178 of 528 ~ 33.71%
B 251 of 528 ~ 47.54%

%18.75
%33.71
%47.54

CMYK RENK MODELİ

#63B2FB rengi CMYK tonu (61,29,0,2).

  • camgöbeği tonu 60.56%
  • eflatun tonu 29.08%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(61,29,0,2)
C61M29Y0K2 
(61%,29%,0%,2%)
(0.61/0.29/0.00/0.02)	

CMYK yüzdeleri

%60.56
%29.08
%0
%1.57

Codes

Color #63B2FB in popluar color models

63B2FB
RGB99178251
HSL209°95.00%68.63%
HSB/HSV209°60.56%98.43%
CMYK60.56%29.08%0.00%
1.57%

Color #63B2FB in popluar number systems.

HEX63B2FB
Decimal99178251
Binary11000111011001011111011
Octal143262373

Shades and tints

Shades of #63B2FB

#63B2FB
(99,178,251)
#5AA2E5
(90,162,229)
#5192CF
(81,146,207)
#4882B9
(72,130,185)
#3F72A3
(63,114,163)
#36628D
(54,98,141)
#2D5277
(45,82,119)
#244261
(36,66,97)
#1B324B
(27,50,75)
#122235
(18,34,53)
#09121F
(9,18,31)
#000000
(0,0,0)

Tints of #63B2FB

#63B2FB
(99,178,251)
#71B9FB
(113,185,251)
#7FC0FB
(127,192,251)
#8DC7FB
(141,199,251)
#9BCEFB
(155,206,251)
#A9D5FB
(169,213,251)
#B7DCFB
(183,220,251)
#C5E3FB
(197,227,251)
#D3EAFB
(211,234,251)
#E1F1FB
(225,241,251)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B2FB color. Also use rgb(99,178,251) instead hex code.

Text Font Color

.myTextColor { color: #63B2FB; }

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

This text font color is #63B2FB.


Background Color

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

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

This div background color is #63B2FB.


Border color

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

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

This div border color is #63B2FB.


Opacity

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

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

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

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

This text has shadow with #63B2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B2FB on black background.


Color preview on white background

This text has color #63B2FB on white background.



Black color preview on #63B2FB background

This text has black color on #63B2FB background.


White color preview on #63B2FB background

This text has white color on #63B2FB background.