COLOR #63ABFF

HEX: #63ABFF
RGB: (99,171,255)

Renk bilgisi

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

RGB renk modeli

#63ABFF color RGB value is (99,171,255).

  • kırmız ton 99;
  • yeşil ton 171;
  • mavi ton 255.
RGB:
(99,171,255)
(39%,67%,100%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 171 of 255 = 67%
B 255 of 255 = 100%

99
171
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 171 + 255 = 525 (100%)
R 99 of 525 ~ 18.86%
G 171 of 525 ~ 32.57%
B 255 of 525 ~ 48.57%

%18.86
%32.57
%48.57

CMYK RENK MODELİ

#63ABFF rengi CMYK tonu (61,33,0,0).

  • camgöbeği tonu 61.18%
  • eflatun tonu 32.94%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(61,33,0,0)
C61M33Y0K0 
(61%,33%,0%,0%)
(0.61/0.33/0.00/0.00)	

CMYK yüzdeleri

%61.18
%32.94
%0
%0

Codes

Color #63ABFF in popluar color models

63ABFF
RGB99171255
HSL212°100.00%69.41%
HSB/HSV212°61.18%100.00%
CMYK61.18%32.94%0.00%
0.00%

Color #63ABFF in popluar number systems.

HEX63ABFF
Decimal99171255
Binary11000111010101111111111
Octal143253377

Shades and tints

Shades of #63ABFF

#63ABFF
(99,171,255)
#5A9CE8
(90,156,232)
#518DD1
(81,141,209)
#487EBA
(72,126,186)
#3F6FA3
(63,111,163)
#36608C
(54,96,140)
#2D5175
(45,81,117)
#24425E
(36,66,94)
#1B3347
(27,51,71)
#122430
(18,36,48)
#091519
(9,21,25)
#000000
(0,0,0)

Tints of #63ABFF

#63ABFF
(99,171,255)
#71B2FF
(113,178,255)
#7FB9FF
(127,185,255)
#8DC0FF
(141,192,255)
#9BC7FF
(155,199,255)
#A9CEFF
(169,206,255)
#B7D5FF
(183,213,255)
#C5DCFF
(197,220,255)
#D3E3FF
(211,227,255)
#E1EAFF
(225,234,255)
#EFF1FF
(239,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ABFF color. Also use rgb(99,171,255) instead hex code.

Text Font Color

.myTextColor { color: #63ABFF; }

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

This text font color is #63ABFF.


Background Color

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

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

This div background color is #63ABFF.


Border color

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

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

This div border color is #63ABFF.


Opacity

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

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

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

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

This text has shadow with #63ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABFF on black background.


Color preview on white background

This text has color #63ABFF on white background.



Black color preview on #63ABFF background

This text has black color on #63ABFF background.


White color preview on #63ABFF background

This text has white color on #63ABFF background.