COLOR #4FBBEE

HEX: #4FBBEE
RGB: (79,187,238)

Color info

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

RGB color model

#4FBBEE color RGB value is (79,187,238).

  • red value is 79;
  • green value is 187;
  • blue value is 238.
RGB:
(79,187,238)
(31%,73%,93%)

RGB channels and saturation

R 79 of 255 = 31%
G 187 of 255 = 73%
B 238 of 255 = 93%

79
187
238

R + G + B ~ 66%. #4FBBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 187 + 238 = 504 (100%)
R 79 of 504 ~ 15.67%
G 187 of 504 ~ 37.1%
B 238 of 504 ~ 47.22%

%15.67
%37.1
%47.22

CMYK color model

#4FBBEE color CMYK value is (67,21,0,7).

  • cyan value is 66.81%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(67,21,0,7)
C67M21Y0K7 
(67%,21%,0%,7%)
(0.67/0.21/0.00/0.07)	

CMYK percentages

%66.81
%21.43
%0
%6.67

Codes

Color #4FBBEE in popluar color models

4FBBEE
RGB79187238
HSL199°82.38%62.16%
HSB/HSV199°66.81%93.33%
CMYK66.81%21.43%0.00%
6.67%

Color #4FBBEE in popluar number systems.

HEX4FBBEE
Decimal79187238
Binary10011111011101111101110
Octal117273356

Shades and tints

Shades of #4FBBEE

#4FBBEE
(79,187,238)
#48AAD9
(72,170,217)
#4199C4
(65,153,196)
#3A88AF
(58,136,175)
#33779A
(51,119,154)
#2C6685
(44,102,133)
#255570
(37,85,112)
#1E445B
(30,68,91)
#173346
(23,51,70)
#102231
(16,34,49)
#09111C
(9,17,28)
#000000
(0,0,0)

Tints of #4FBBEE

#4FBBEE
(79,187,238)
#5FC1EF
(95,193,239)
#6FC7F0
(111,199,240)
#7FCDF1
(127,205,241)
#8FD3F2
(143,211,242)
#9FD9F3
(159,217,243)
#AFDFF4
(175,223,244)
#BFE5F5
(191,229,245)
#CFEBF6
(207,235,246)
#DFF1F7
(223,241,247)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBBEE color. Also use rgb(79,187,238) instead hex code.

Text Font Color

.myTextColor { color: #4FBBEE; }

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

This text font color is #4FBBEE.


Background Color

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

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

This div background color is #4FBBEE.


Border color

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

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

This div border color is #4FBBEE.


Opacity

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

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

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

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

This text has shadow with #4FBBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBBEE on black background.


Color preview on white background

This text has color #4FBBEE on white background.



Black color preview on #4FBBEE background

This text has black color on #4FBBEE background.


White color preview on #4FBBEE background

This text has white color on #4FBBEE background.