COLOR #4BDAEF

HEX: #4BDAEF
RGB: (75,218,239)

Color info

#4BDAEF contains mainly green and blue colors. Web safe color of #4BDAEF is #33CCFF (or #3CF).

RGB color model

#4BDAEF color RGB value is (75,218,239).

  • red value is 75;
  • green value is 218;
  • blue value is 239.
RGB:
(75,218,239)
(29%,85%,94%)

RGB channels and saturation

R 75 of 255 = 29%
G 218 of 255 = 85%
B 239 of 255 = 94%

75
218
239

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

Portions of RGB colors in percentages

R + G + B =
75 + 218 + 239 = 532 (100%)
R 75 of 532 ~ 14.1%
G 218 of 532 ~ 40.98%
B 239 of 532 ~ 44.92%

%14.1
%40.98
%44.92

CMYK color model

#4BDAEF color CMYK value is (69,9,0,6).

  • cyan value is 68.62%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(69,9,0,6)
C69M9Y0K6 
(69%,9%,0%,6%)
(0.69/0.09/0.00/0.06)	

CMYK percentages

%68.62
%8.79
%0
%6.27

Codes

Color #4BDAEF in popluar color models

4BDAEF
RGB75218239
HSL188°83.67%61.57%
HSB/HSV188°68.62%93.73%
CMYK68.62%8.79%0.00%
6.27%

Color #4BDAEF in popluar number systems.

HEX4BDAEF
Decimal75218239
Binary10010111101101011101111
Octal113332357

Shades and tints

Shades of #4BDAEF

#4BDAEF
(75,218,239)
#45C7DA
(69,199,218)
#3FB4C5
(63,180,197)
#39A1B0
(57,161,176)
#338E9B
(51,142,155)
#2D7B86
(45,123,134)
#276871
(39,104,113)
#21555C
(33,85,92)
#1B4247
(27,66,71)
#152F32
(21,47,50)
#0F1C1D
(15,28,29)
#000000
(0,0,0)

Tints of #4BDAEF

#4BDAEF
(75,218,239)
#5BDDF0
(91,221,240)
#6BE0F1
(107,224,241)
#7BE3F2
(123,227,242)
#8BE6F3
(139,230,243)
#9BE9F4
(155,233,244)
#ABECF5
(171,236,245)
#BBEFF6
(187,239,246)
#CBF2F7
(203,242,247)
#DBF5F8
(219,245,248)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BDAEF color. Also use rgb(75,218,239) instead hex code.

Text Font Color

.myTextColor { color: #4BDAEF; }

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

This text font color is #4BDAEF.


Background Color

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

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

This div background color is #4BDAEF.


Border color

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

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

This div border color is #4BDAEF.


Opacity

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

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

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

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

This text has shadow with #4BDAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BDAEF on black background.


Color preview on white background

This text has color #4BDAEF on white background.



Black color preview on #4BDAEF background

This text has black color on #4BDAEF background.


White color preview on #4BDAEF background

This text has white color on #4BDAEF background.