COLOR #5EAFC2

HEX: #5EAFC2 RGB: (94,175,194)

Color info

#5EAFC2 contains mainly green and blue colors. Web safe color of #5EAFC2 is #6699CC (or #69C).

RGB color model

#5EAFC2 color RGB value is (94,175,194).

RGB: (94,175,194) (37%, 69%, 76%)

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 194 of 255 = 76%

94
175
194

R + G + B ~ 61%. #5EAFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 94 + 175 + 194 = 463 (100%)
R 94 of 463 ~ 20.3%
G 175 of 463 ~ 37.8%
B 194 of 463 ~ 41.9'%

%20.3
%37.8
%41.9

CMYK color model

#5EAFC2 color CMYK value is (52,10,0,24).

  • cyan value is 51.55%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (52,10,0,24) C52M10Y0K24 (52%,10%,0%,24%) (0.52/0.10/0.00/0.24) 

CMYK percentages

%51.55
%9.79
%0
%23.92

Codes

Color #5EAFC2 in popluar color models

5E AF C2
RGB 94 175 194
HSL 191° 45.05% 56.47%
HSB/HSV 191° 51.55% 76.08%
CMYK 51.55% 9.79% 0.00%
23.92%

Color #5EAFC2 in popluar number systems.

HEX 5E AF C2
Decimal 94 175 194
Binary 1011110 10101111 11000010
Octal 136 257 302

Shades and tints

Shades of #5EAFC2

#5EAFC2
(94,175,194)
#56A0B1
(86,160,177)
#4E91A0
(78,145,160)
#46828F
(70,130,143)
#3E737E
(62,115,126)
#36646D
(54,100,109)
#2E555C
(46,85,92)
#26464B
(38,70,75)
#1E373A
(30,55,58)
#162829
(22,40,41)
#0E1918
(14,25,24)
#000000
(0,0,0)

Tints of #5EAFC2

#5EAFC2
(94,175,194)
#6CB6C7
(108,182,199)
#7ABDCC
(122,189,204)
#88C4D1
(136,196,209)
#96CBD6
(150,203,214)
#A4D2DB
(164,210,219)
#B2D9E0
(178,217,224)
#C0E0E5
(192,224,229)
#CEE7EA
(206,231,234)
#DCEEEF
(220,238,239)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAFC2 color. Also use rgb(94,175,194) instead hex code.

Text Font Color

.myTextColor { color: #5EAFC2; }

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

This text font color is #5EAFC2.

Background Color

.myBgColor { background-color: #5EAFC2; }

<div style="background-color:#5EAFC2">Inner text</div>

This div background color is #5EAFC2.

Border color

.myBorderColor { border: 1px solid #5EAFC2; }

<div style="border:3px solid #5EAFC2">Div</div>

This div border color is #5EAFC2.

Opacity

.myOpacity80 { color: #5EAFC2; opacity: 0.8; }

<p style="color:#5EAFC2;opacity:0.8;">80%</p>

Text with #5EAFC2 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 #5EAFC2;}

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

This text has shadow with #5EAFC2 color.


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

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

This text has shadow with #5EAFC2 primary color and red secondary color.


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

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

This text has shadow with #5EAFC2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5EAFC2.

Preview

Color preview on black background

This text has color #5EAFC2 on black background.


Color preview on white background

This text has color #5EAFC2 on white background.


Black color preview on #5EAFC2 background

This text has black color on #5EAFC2 background.


White color preview on #5EAFC2 background

This text has white color on #5EAFC2 background.


Related colors

Complementary color

Complementary color for #hex is #A1503D.


I love getcolorcode.com

Triadic colors

1 #C25EAF and #AFC25E with #5EAFC2 are triadic colors.

2 #C2AF5E and #AF5EC2 with #5EAFC2 are triadic colors.