COLOR #68B8FF

HEX: #68B8FF
RGB: (104,184,255)

Color info

#68B8FF contains mainly blue color. Web safe color of #68B8FF is #66CCFF (or #6CF).

RGB color model

#68B8FF color RGB value is (104,184,255).

  • red value is 104;
  • green value is 184;
  • blue value is 255.
RGB:
(104,184,255)
(41%,72%,100%)

RGB channels and saturation

R 104 of 255 = 41%
G 184 of 255 = 72%
B 255 of 255 = 100%

104
184
255

R + G + B ~ 71%. #68B8FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 184 + 255 = 543 (100%)
R 104 of 543 ~ 19.15%
G 184 of 543 ~ 33.89%
B 255 of 543 ~ 46.96%

%19.15
%33.89
%46.96

CMYK color model

#68B8FF color CMYK value is (59,28,0,0).

  • cyan value is 59.22%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(59,28,0,0)
C59M28Y0K0 
(59%,28%,0%,0%)
(0.59/0.28/0.00/0.00)	

CMYK percentages

%59.22
%27.84
%0
%0

Codes

Color #68B8FF in popluar color models

68B8FF
RGB104184255
HSL208°100.00%70.39%
HSB/HSV208°59.22%100.00%
CMYK59.22%27.84%0.00%
0.00%

Color #68B8FF in popluar number systems.

HEX68B8FF
Decimal104184255
Binary11010001011100011111111
Octal150270377

Shades and tints

Shades of #68B8FF

#68B8FF
(104,184,255)
#5FA8E8
(95,168,232)
#5698D1
(86,152,209)
#4D88BA
(77,136,186)
#4478A3
(68,120,163)
#3B688C
(59,104,140)
#325875
(50,88,117)
#29485E
(41,72,94)
#203847
(32,56,71)
#172830
(23,40,48)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #68B8FF

#68B8FF
(104,184,255)
#75BEFF
(117,190,255)
#82C4FF
(130,196,255)
#8FCAFF
(143,202,255)
#9CD0FF
(156,208,255)
#A9D6FF
(169,214,255)
#B6DCFF
(182,220,255)
#C3E2FF
(195,226,255)
#D0E8FF
(208,232,255)
#DDEEFF
(221,238,255)
#EAF4FF
(234,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B8FF color. Also use rgb(104,184,255) instead hex code.

Text Font Color

.myTextColor { color: #68B8FF; }

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

This text font color is #68B8FF.


Background Color

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

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

This div background color is #68B8FF.


Border color

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

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

This div border color is #68B8FF.


Opacity

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

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

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

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

This text has shadow with #68B8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B8FF on black background.


Color preview on white background

This text has color #68B8FF on white background.



Black color preview on #68B8FF background

This text has black color on #68B8FF background.


White color preview on #68B8FF background

This text has white color on #68B8FF background.