COLOR #74DEF5

HEX: #74DEF5 RGB: (116,222,245)

Color info

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

RGB color model

#74DEF5 color RGB value is (116,222,245).

RGB: (116,222,245) (45%, 87%, 96%)

RGB channels and saturation

R 116 of 255 = 45%
G 222 of 255 = 87%
B 245 of 255 = 96%

116
222
245

R + G + B ~ 76%. #74DEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 222 + 245 = 583 (100%)
R 116 of 583 ~ 19.9%
G 222 of 583 ~ 38.08%
B 245 of 583 ~ 42.02'%

%19.9
%38.08
%42.02

CMYK color model

#74DEF5 color CMYK value is (53,9,0,4).

  • cyan value is 52.65%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (53,9,0,4)
C53M9Y0K4 (53%, 9%, 0%, 4%)
(0.53 / 0.09 / 0.00 / 0.04)

CMYK percentages

%52.65
%9.39
%0
%3.92

Codes

Color #74DEF5 in popluar color models

74 DE F5
RGB 116 222 245
HSL 191° 86.58% 70.78%
HSB/HSV 191° 52.65% 96.08%
CMYK 52.65% 9.39% 0.00%
3.92%

Color #74DEF5 in popluar number systems.

HEX 74 DE F5
Decimal 116 222 245
Binary 1110100 11011110 11110101
Octal 164 336 365

Shades and tints

Shades of #74DEF5

#74DEF5
(116,222,245)
#6ACADF
(106,202,223)
#60B6C9
(96,182,201)
#56A2B3
(86,162,179)
#4C8E9D
(76,142,157)
#427A87
(66,122,135)
#386671
(56,102,113)
#2E525B
(46,82,91)
#243E45
(36,62,69)
#1A2A2F
(26,42,47)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #74DEF5

#74DEF5
(116,222,245)
#80E1F5
(128,225,245)
#8CE4F5
(140,228,245)
#98E7F5
(152,231,245)
#A4EAF5
(164,234,245)
#B0EDF5
(176,237,245)
#BCF0F5
(188,240,245)
#C8F3F5
(200,243,245)
#D4F6F5
(212,246,245)
#E0F9F5
(224,249,245)
#ECFCF5
(236,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74DEF5 color. Also use rgb(116,222,245) instead hex code.

Text Font Color

.myTextColor { color: #74DEF5; }

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

This text font color is #74DEF5.

Background Color

.myBgColor { background-color: #74DEF5; }

<div style="background-color:#74DEF5">Inner text</div>

This div background color is #74DEF5.

Border color

.myBorderColor { border: 1px solid #74DEF5; }

<div style="border:3px solid #74DEF5">Div</div>

This div border color is #74DEF5.

Opacity

.myOpacity80 { color: #74DEF5; opacity: 0.8; }

<p style="color:#74DEF5;opacity:0.8;">80%</p>

Text with #74DEF5 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 #74DEF5;}

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

This text has shadow with #74DEF5 color.


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

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

This text has shadow with #74DEF5 primary color and red secondary color.


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

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

This text has shadow with #74DEF5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74DEF5.

Preview

Color preview on black background

This text has color #74DEF5 on black background.


Color preview on white background

This text has color #74DEF5 on white background.


Black color preview on #74DEF5 background

This text has black color on #74DEF5 background.


White color preview on #74DEF5 background

This text has white color on #74DEF5 background.


Related colors

Complementary color

Complementary color for #hex is #8B210A.


I love getcolorcode.com

Triadic colors

1 #F574DE and #DEF574 with #74DEF5 are triadic colors.

2 #F5DE74 and #DE74F5 with #74DEF5 are triadic colors.