COLOR #68C5F8

HEX: #68C5F8
RGB: (104,197,248)

Color info

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

RGB color model

#68C5F8 color RGB value is (104,197,248).

  • red value is 104;
  • green value is 197;
  • blue value is 248.
RGB:
(104,197,248)
(41%,77%,97%)

RGB channels and saturation

R 104 of 255 = 41%
G 197 of 255 = 77%
B 248 of 255 = 97%

104
197
248

R + G + B ~ 72%. #68C5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 197 + 248 = 549 (100%)
R 104 of 549 ~ 18.94%
G 197 of 549 ~ 35.88%
B 248 of 549 ~ 45.17%

%18.94
%35.88
%45.17

CMYK color model

#68C5F8 color CMYK value is (58,21,0,3).

  • cyan value is 58.06%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(58,21,0,3)
C58M21Y0K3 
(58%,21%,0%,3%)
(0.58/0.21/0.00/0.03)	

CMYK percentages

%58.06
%20.56
%0
%2.75

Codes

Color #68C5F8 in popluar color models

68C5F8
RGB104197248
HSL201°91.14%69.02%
HSB/HSV201°58.06%97.25%
CMYK58.06%20.56%0.00%
2.75%

Color #68C5F8 in popluar number systems.

HEX68C5F8
Decimal104197248
Binary11010001100010111111000
Octal150305370

Shades and tints

Shades of #68C5F8

#68C5F8
(104,197,248)
#5FB4E2
(95,180,226)
#56A3CC
(86,163,204)
#4D92B6
(77,146,182)
#4481A0
(68,129,160)
#3B708A
(59,112,138)
#325F74
(50,95,116)
#294E5E
(41,78,94)
#203D48
(32,61,72)
#172C32
(23,44,50)
#0E1B1C
(14,27,28)
#000000
(0,0,0)

Tints of #68C5F8

#68C5F8
(104,197,248)
#75CAF8
(117,202,248)
#82CFF8
(130,207,248)
#8FD4F8
(143,212,248)
#9CD9F8
(156,217,248)
#A9DEF8
(169,222,248)
#B6E3F8
(182,227,248)
#C3E8F8
(195,232,248)
#D0EDF8
(208,237,248)
#DDF2F8
(221,242,248)
#EAF7F8
(234,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C5F8 color. Also use rgb(104,197,248) instead hex code.

Text Font Color

.myTextColor { color: #68C5F8; }

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

This text font color is #68C5F8.


Background Color

.myBgColor { background-color: #68C5F8; }

<div style="background-color:#68C5F8">Inner text</div>

This div background color is #68C5F8.


Border color

.myBorderColor { border: 1px solid #68C5F8; }

<div style="border:3px solid #68C5F8">Div</div>

This div border color is #68C5F8.


Opacity

.myOpacity80 { color: #68C5F8; opacity: 0.8; }

<p style="color:#68C5F8;opacity:0.8;">80%</p>

Text with #68C5F8 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 #68C5F8;}

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

This text has shadow with #68C5F8 color.

.textShadow {text-shadow: 3px 3px 1px #68C5F8, 3px 3px 1px red;}

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

This text has shadow with #68C5F8 primary color and red secondary color.


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

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

This text has shadow with #68C5F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C5F8 on black background.


Color preview on white background

This text has color #68C5F8 on white background.



Black color preview on #68C5F8 background

This text has black color on #68C5F8 background.


White color preview on #68C5F8 background

This text has white color on #68C5F8 background.