COLOR #28C5E0

HEX: #28C5E0 RGB: (40,197,224)

Color info

#28C5E0 contains mainly green and blue colors. Web safe color of #28C5E0 is #33CCCC (or #3CC).

RGB color model

#28C5E0 color RGB value is (40,197,224).

RGB: (40,197,224) (16%, 77%, 88%)

RGB channels and saturation

R 40 of 255 = 16%
G 197 of 255 = 77%
B 224 of 255 = 88%

40
197
224

R + G + B ~ 60%. #28C5E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 40 + 197 + 224 = 461 (100%)
R 40 of 461 ~ 8.68%
G 197 of 461 ~ 42.73%
B 224 of 461 ~ 48.59'%

%42.73
%48.59

CMYK color model

#28C5E0 color CMYK value is (82,12,0,12).

  • cyan value is 82.14%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (82,12,0,12)
C82M12Y0K12 (82%, 12%, 0%, 12%)
(0.82 / 0.12 / 0.00 / 0.12)

CMYK percentages

%82.14
%12.05
%0
%12.16

Codes

Color #28C5E0 in popluar color models

28 C5 E0
RGB 40 197 224
HSL 189° 74.80% 51.76%
HSB/HSV 189° 82.14% 87.84%
CMYK 82.14% 12.05% 0.00%
12.16%

Color #28C5E0 in popluar number systems.

HEX 28 C5 E0
Decimal 40 197 224
Binary 101000 11000101 11100000
Octal 50 305 340

Shades and tints

Shades of #28C5E0

#28C5E0
(40,197,224)
#25B4CC
(37,180,204)
#22A3B8
(34,163,184)
#1F92A4
(31,146,164)
#1C8190
(28,129,144)
#19707C
(25,112,124)
#165F68
(22,95,104)
#134E54
(19,78,84)
#103D40
(16,61,64)
#0D2C2C
(13,44,44)
#0A1B18
(10,27,24)
#000000
(0,0,0)

Tints of #28C5E0

#28C5E0
(40,197,224)
#3BCAE2
(59,202,226)
#4ECFE4
(78,207,228)
#61D4E6
(97,212,230)
#74D9E8
(116,217,232)
#87DEEA
(135,222,234)
#9AE3EC
(154,227,236)
#ADE8EE
(173,232,238)
#C0EDF0
(192,237,240)
#D3F2F2
(211,242,242)
#E6F7F4
(230,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28C5E0 color. Also use rgb(40,197,224) instead hex code.

Text Font Color

.myTextColor { color: #28C5E0; }

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

This text font color is #28C5E0.

Background Color

.myBgColor { background-color: #28C5E0; }

<div style="background-color:#28C5E0">Inner text</div>

This div background color is #28C5E0.

Border color

.myBorderColor { border: 1px solid #28C5E0; }

<div style="border:3px solid #28C5E0">Div</div>

This div border color is #28C5E0.

Opacity

.myOpacity80 { color: #28C5E0; opacity: 0.8; }

<p style="color:#28C5E0;opacity:0.8;">80%</p>

Text with #28C5E0 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 #28C5E0;}

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

This text has shadow with #28C5E0 color.


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

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

This text has shadow with #28C5E0 primary color and red secondary color.


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

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

This text has shadow with #28C5E0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #28C5E0.

Preview

Color preview on black background

This text has color #28C5E0 on black background.


Color preview on white background

This text has color #28C5E0 on white background.


Black color preview on #28C5E0 background

This text has black color on #28C5E0 background.


White color preview on #28C5E0 background

This text has white color on #28C5E0 background.


Related colors

Complementary color

Complementary color for #hex is #D73A1F.


I love getcolorcode.com

Triadic colors

1 #E028C5 and #C5E028 with #28C5E0 are triadic colors.

2 #E0C528 and #C528E0 with #28C5E0 are triadic colors.