COLOR #4FD0ED

HEX: #4FD0ED
RGB: (79,208,237)

Color info

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

RGB color model

#4FD0ED color RGB value is (79,208,237).

  • red value is 79;
  • green value is 208;
  • blue value is 237.
RGB:
(79,208,237)
(31%,82%,93%)

RGB channels and saturation

R 79 of 255 = 31%
G 208 of 255 = 82%
B 237 of 255 = 93%

79
208
237

R + G + B ~ 69%. #4FD0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 208 + 237 = 524 (100%)
R 79 of 524 ~ 15.08%
G 208 of 524 ~ 39.69%
B 237 of 524 ~ 45.23%

%15.08
%39.69
%45.23

CMYK color model

#4FD0ED color CMYK value is (67,12,0,7).

  • cyan value is 66.67%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(67,12,0,7)
C67M12Y0K7 
(67%,12%,0%,7%)
(0.67/0.12/0.00/0.07)	

CMYK percentages

%66.67
%12.24
%0
%7.06

Codes

Color #4FD0ED in popluar color models

4FD0ED
RGB79208237
HSL191°81.44%61.96%
HSB/HSV191°66.67%92.94%
CMYK66.67%12.24%0.00%
7.06%

Color #4FD0ED in popluar number systems.

HEX4FD0ED
Decimal79208237
Binary10011111101000011101101
Octal117320355

Shades and tints

Shades of #4FD0ED

#4FD0ED
(79,208,237)
#48BED8
(72,190,216)
#41ACC3
(65,172,195)
#3A9AAE
(58,154,174)
#338899
(51,136,153)
#2C7684
(44,118,132)
#25646F
(37,100,111)
#1E525A
(30,82,90)
#174045
(23,64,69)
#102E30
(16,46,48)
#091C1B
(9,28,27)
#000000
(0,0,0)

Tints of #4FD0ED

#4FD0ED
(79,208,237)
#5FD4EE
(95,212,238)
#6FD8EF
(111,216,239)
#7FDCF0
(127,220,240)
#8FE0F1
(143,224,241)
#9FE4F2
(159,228,242)
#AFE8F3
(175,232,243)
#BFECF4
(191,236,244)
#CFF0F5
(207,240,245)
#DFF4F6
(223,244,246)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD0ED color. Also use rgb(79,208,237) instead hex code.

Text Font Color

.myTextColor { color: #4FD0ED; }

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

This text font color is #4FD0ED.


Background Color

.myBgColor { background-color: #4FD0ED; }

<div style="background-color:#4FD0ED">Inner text</div>

This div background color is #4FD0ED.


Border color

.myBorderColor { border: 1px solid #4FD0ED; }

<div style="border:3px solid #4FD0ED">Div</div>

This div border color is #4FD0ED.


Opacity

.myOpacity80 { color: #4FD0ED; opacity: 0.8; }

<p style="color:#4FD0ED;opacity:0.8;">80%</p>

Text with #4FD0ED 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 #4FD0ED;}

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

This text has shadow with #4FD0ED color.

.textShadow {text-shadow: 3px 3px 1px #4FD0ED, 3px 3px 1px red;}

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

This text has shadow with #4FD0ED primary color and red secondary color.


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

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

This text has shadow with #4FD0ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD0ED on black background.


Color preview on white background

This text has color #4FD0ED on white background.



Black color preview on #4FD0ED background

This text has black color on #4FD0ED background.


White color preview on #4FD0ED background

This text has white color on #4FD0ED background.