COLOR #63CBE8

HEX: #63CBE8
RGB: (99,203,232)

Color info

#63CBE8 contains mainly green and blue colors. Web safe color of #63CBE8 is #66CCFF (or #6CF).

RGB color model

#63CBE8 color RGB value is (99,203,232).

  • red value is 99;
  • green value is 203;
  • blue value is 232.
RGB:
(99,203,232)
(39%,80%,91%)

RGB channels and saturation

R 99 of 255 = 39%
G 203 of 255 = 80%
B 232 of 255 = 91%

99
203
232

R + G + B ~ 70%. #63CBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 203 + 232 = 534 (100%)
R 99 of 534 ~ 18.54%
G 203 of 534 ~ 38.01%
B 232 of 534 ~ 43.45%

%18.54
%38.01
%43.45

CMYK color model

#63CBE8 color CMYK value is (57,13,0,9).

  • cyan value is 57.33%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(57,13,0,9)
C57M13Y0K9 
(57%,13%,0%,9%)
(0.57/0.13/0.00/0.09)	

CMYK percentages

%57.33
%12.5
%0
%9.02

Codes

Color #63CBE8 in popluar color models

63CBE8
RGB99203232
HSL193°74.30%64.90%
HSB/HSV193°57.33%90.98%
CMYK57.33%12.50%0.00%
9.02%

Color #63CBE8 in popluar number systems.

HEX63CBE8
Decimal99203232
Binary11000111100101111101000
Octal143313350

Shades and tints

Shades of #63CBE8

#63CBE8
(99,203,232)
#5AB9D3
(90,185,211)
#51A7BE
(81,167,190)
#4895A9
(72,149,169)
#3F8394
(63,131,148)
#36717F
(54,113,127)
#2D5F6A
(45,95,106)
#244D55
(36,77,85)
#1B3B40
(27,59,64)
#12292B
(18,41,43)
#091716
(9,23,22)
#000000
(0,0,0)

Tints of #63CBE8

#63CBE8
(99,203,232)
#71CFEA
(113,207,234)
#7FD3EC
(127,211,236)
#8DD7EE
(141,215,238)
#9BDBF0
(155,219,240)
#A9DFF2
(169,223,242)
#B7E3F4
(183,227,244)
#C5E7F6
(197,231,246)
#D3EBF8
(211,235,248)
#E1EFFA
(225,239,250)
#EFF3FC
(239,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CBE8 color. Also use rgb(99,203,232) instead hex code.

Text Font Color

.myTextColor { color: #63CBE8; }

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

This text font color is #63CBE8.


Background Color

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

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

This div background color is #63CBE8.


Border color

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

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

This div border color is #63CBE8.


Opacity

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

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

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

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

This text has shadow with #63CBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CBE8 on black background.


Color preview on white background

This text has color #63CBE8 on white background.



Black color preview on #63CBE8 background

This text has black color on #63CBE8 background.


White color preview on #63CBE8 background

This text has white color on #63CBE8 background.