COLOR #68CEEA

HEX: #68CEEA
RGB: (104,206,234)

Color info

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

RGB color model

#68CEEA color RGB value is (104,206,234).

  • red value is 104;
  • green value is 206;
  • blue value is 234.
RGB:
(104,206,234)
(41%,81%,92%)

RGB channels and saturation

R 104 of 255 = 41%
G 206 of 255 = 81%
B 234 of 255 = 92%

104
206
234

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

Portions of RGB colors in percentages

R + G + B =
104 + 206 + 234 = 544 (100%)
R 104 of 544 ~ 19.12%
G 206 of 544 ~ 37.87%
B 234 of 544 ~ 43.01%

%19.12
%37.87
%43.01

CMYK color model

#68CEEA color CMYK value is (56,12,0,8).

  • cyan value is 55.56%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(56,12,0,8)
C56M12Y0K8 
(56%,12%,0%,8%)
(0.56/0.12/0.00/0.08)	

CMYK percentages

%55.56
%11.97
%0
%8.24

Codes

Color #68CEEA in popluar color models

68CEEA
RGB104206234
HSL193°75.58%66.27%
HSB/HSV193°55.56%91.76%
CMYK55.56%11.97%0.00%
8.24%

Color #68CEEA in popluar number systems.

HEX68CEEA
Decimal104206234
Binary11010001100111011101010
Octal150316352

Shades and tints

Shades of #68CEEA

#68CEEA
(104,206,234)
#5FBCD5
(95,188,213)
#56AAC0
(86,170,192)
#4D98AB
(77,152,171)
#448696
(68,134,150)
#3B7481
(59,116,129)
#32626C
(50,98,108)
#295057
(41,80,87)
#203E42
(32,62,66)
#172C2D
(23,44,45)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #68CEEA

#68CEEA
(104,206,234)
#75D2EB
(117,210,235)
#82D6EC
(130,214,236)
#8FDAED
(143,218,237)
#9CDEEE
(156,222,238)
#A9E2EF
(169,226,239)
#B6E6F0
(182,230,240)
#C3EAF1
(195,234,241)
#D0EEF2
(208,238,242)
#DDF2F3
(221,242,243)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CEEA color. Also use rgb(104,206,234) instead hex code.

Text Font Color

.myTextColor { color: #68CEEA; }

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

This text font color is #68CEEA.


Background Color

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

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

This div background color is #68CEEA.


Border color

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

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

This div border color is #68CEEA.


Opacity

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

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

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

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

This text has shadow with #68CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CEEA on black background.


Color preview on white background

This text has color #68CEEA on white background.



Black color preview on #68CEEA background

This text has black color on #68CEEA background.


White color preview on #68CEEA background

This text has white color on #68CEEA background.