COLOR #6CE5FD

HEX: #6CE5FD
RGB: (108,229,253)

Color info

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

RGB color model

#6CE5FD color RGB value is (108,229,253).

  • red value is 108;
  • green value is 229;
  • blue value is 253.
RGB:
(108,229,253)
(42%,90%,99%)

RGB channels and saturation

R 108 of 255 = 42%
G 229 of 255 = 90%
B 253 of 255 = 99%

108
229
253

R + G + B ~ 77%. #6CE5FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 229 + 253 = 590 (100%)
R 108 of 590 ~ 18.31%
G 229 of 590 ~ 38.81%
B 253 of 590 ~ 42.88%

%18.31
%38.81
%42.88

CMYK color model

#6CE5FD color CMYK value is (57,9,0,1).

  • cyan value is 57.31%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(57,9,0,1)
C57M9Y0K1 
(57%,9%,0%,1%)
(0.57/0.09/0.00/0.01)	

CMYK percentages

%57.31
%9.49
%0
%0.78

Codes

Color #6CE5FD in popluar color models

6CE5FD
RGB108229253
HSL190°97.32%70.78%
HSB/HSV190°57.31%99.22%
CMYK57.31%9.49%0.00%
0.78%

Color #6CE5FD in popluar number systems.

HEX6CE5FD
Decimal108229253
Binary11011001110010111111101
Octal154345375

Shades and tints

Shades of #6CE5FD

#6CE5FD
(108,229,253)
#63D1E6
(99,209,230)
#5ABDCF
(90,189,207)
#51A9B8
(81,169,184)
#4895A1
(72,149,161)
#3F818A
(63,129,138)
#366D73
(54,109,115)
#2D595C
(45,89,92)
#244545
(36,69,69)
#1B312E
(27,49,46)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #6CE5FD

#6CE5FD
(108,229,253)
#79E7FD
(121,231,253)
#86E9FD
(134,233,253)
#93EBFD
(147,235,253)
#A0EDFD
(160,237,253)
#ADEFFD
(173,239,253)
#BAF1FD
(186,241,253)
#C7F3FD
(199,243,253)
#D4F5FD
(212,245,253)
#E1F7FD
(225,247,253)
#EEF9FD
(238,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE5FD color. Also use rgb(108,229,253) instead hex code.

Text Font Color

.myTextColor { color: #6CE5FD; }

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

This text font color is #6CE5FD.


Background Color

.myBgColor { background-color: #6CE5FD; }

<div style="background-color:#6CE5FD">Inner text</div>

This div background color is #6CE5FD.


Border color

.myBorderColor { border: 1px solid #6CE5FD; }

<div style="border:3px solid #6CE5FD">Div</div>

This div border color is #6CE5FD.


Opacity

.myOpacity80 { color: #6CE5FD; opacity: 0.8; }

<p style="color:#6CE5FD;opacity:0.8;">80%</p>

Text with #6CE5FD 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 #6CE5FD;}

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

This text has shadow with #6CE5FD color.

.textShadow {text-shadow: 3px 3px 1px #6CE5FD, 3px 3px 1px red;}

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

This text has shadow with #6CE5FD primary color and red secondary color.


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

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

This text has shadow with #6CE5FD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE5FD on black background.


Color preview on white background

This text has color #6CE5FD on white background.



Black color preview on #6CE5FD background

This text has black color on #6CE5FD background.


White color preview on #6CE5FD background

This text has white color on #6CE5FD background.