COLOR #6EEAFB

HEX: #6EEAFB RGB: (110,234,251)

Color info

#6EEAFB contains mainly green and blue colors. Web safe color of #6EEAFB is #66FFFF (or #6FF).

RGB color model

#6EEAFB color RGB value is (110,234,251).

RGB: (110,234,251) (43%, 92%, 98%)

RGB channels and saturation

R 110 of 255 = 43%
G 234 of 255 = 92%
B 251 of 255 = 98%

110
234
251

R + G + B ~ 78%. #6EEAFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 234 + 251 = 595 (100%)
R 110 of 595 ~ 18.49%
G 234 of 595 ~ 39.33%
B 251 of 595 ~ 42.18'%

%18.49
%39.33
%42.18

CMYK color model

#6EEAFB color CMYK value is (56,7,0,2).

  • cyan value is 56.18%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (56,7,0,2)
C56M7Y0K2 (56%, 7%, 0%, 2%)
(0.56 / 0.07 / 0.00 / 0.02)

CMYK percentages

%56.18
%6.77
%0
%1.57

Codes

Color #6EEAFB in popluar color models

6E EA FB
RGB 110 234 251
HSL 187° 94.63% 70.78%
HSB/HSV 187° 56.18% 98.43%
CMYK 56.18% 6.77% 0.00%
1.57%

Color #6EEAFB in popluar number systems.

HEX 6E EA FB
Decimal 110 234 251
Binary 1101110 11101010 11111011
Octal 156 352 373

Shades and tints

Shades of #6EEAFB

#6EEAFB
(110,234,251)
#64D5E5
(100,213,229)
#5AC0CF
(90,192,207)
#50ABB9
(80,171,185)
#4696A3
(70,150,163)
#3C818D
(60,129,141)
#326C77
(50,108,119)
#285761
(40,87,97)
#1E424B
(30,66,75)
#142D35
(20,45,53)
#0A181F
(10,24,31)
#000000
(0,0,0)

Tints of #6EEAFB

#6EEAFB
(110,234,251)
#7BEBFB
(123,235,251)
#88ECFB
(136,236,251)
#95EDFB
(149,237,251)
#A2EEFB
(162,238,251)
#AFEFFB
(175,239,251)
#BCF0FB
(188,240,251)
#C9F1FB
(201,241,251)
#D6F2FB
(214,242,251)
#E3F3FB
(227,243,251)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEAFB color. Also use rgb(110,234,251) instead hex code.

Text Font Color

.myTextColor { color: #6EEAFB; }

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

This text font color is #6EEAFB.

Background Color

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

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

This div background color is #6EEAFB.

Border color

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

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

This div border color is #6EEAFB.

Opacity

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

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

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

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

This text has shadow with #6EEAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EEAFB.

Preview

Color preview on black background

This text has color #6EEAFB on black background.


Color preview on white background

This text has color #6EEAFB on white background.


Black color preview on #6EEAFB background

This text has black color on #6EEAFB background.


White color preview on #6EEAFB background

This text has white color on #6EEAFB background.


Related colors

Complementary color

Complementary color for #hex is #911504.


I love getcolorcode.com

Triadic colors

1 #FB6EEA and #EAFB6E with #6EEAFB are triadic colors.

2 #FBEA6E and #EA6EFB with #6EEAFB are triadic colors.