COLOR #2BB5E4

HEX: #2BB5E4
RGB: (43,181,228)

Color info

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

RGB color model

#2BB5E4 color RGB value is (43,181,228).

  • red value is 43;
  • green value is 181;
  • blue value is 228.
RGB:
(43,181,228)
(17%,71%,89%)

RGB channels and saturation

R 43 of 255 = 17%
G 181 of 255 = 71%
B 228 of 255 = 89%

43
181
228

R + G + B ~ 59%. #2BB5E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
43 + 181 + 228 = 452 (100%)
R 43 of 452 ~ 9.51%
G 181 of 452 ~ 40.04%
B 228 of 452 ~ 50.44%

%9.51
%40.04
%50.44

CMYK color model

#2BB5E4 color CMYK value is (81,21,0,11).

  • cyan value is 81.14%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(81,21,0,11)
C81M21Y0K11 
(81%,21%,0%,11%)
(0.81/0.21/0.00/0.11)	

CMYK percentages

%81.14
%20.61
%0
%10.59

Codes

Color #2BB5E4 in popluar color models

2BB5E4
RGB43181228
HSL195°77.41%53.14%
HSB/HSV195°81.14%89.41%
CMYK81.14%20.61%0.00%
10.59%

Color #2BB5E4 in popluar number systems.

HEX2BB5E4
Decimal43181228
Binary1010111011010111100100
Octal53265344

Shades and tints

Shades of #2BB5E4

#2BB5E4
(43,181,228)
#28A5D0
(40,165,208)
#2595BC
(37,149,188)
#2285A8
(34,133,168)
#1F7594
(31,117,148)
#1C6580
(28,101,128)
#19556C
(25,85,108)
#164558
(22,69,88)
#133544
(19,53,68)
#102530
(16,37,48)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #2BB5E4

#2BB5E4
(43,181,228)
#3EBBE6
(62,187,230)
#51C1E8
(81,193,232)
#64C7EA
(100,199,234)
#77CDEC
(119,205,236)
#8AD3EE
(138,211,238)
#9DD9F0
(157,217,240)
#B0DFF2
(176,223,242)
#C3E5F4
(195,229,244)
#D6EBF6
(214,235,246)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2BB5E4 color. Also use rgb(43,181,228) instead hex code.

Text Font Color

.myTextColor { color: #2BB5E4; }

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

This text font color is #2BB5E4.


Background Color

.myBgColor { background-color: #2BB5E4; }

<div style="background-color:#2BB5E4">Inner text</div>

This div background color is #2BB5E4.


Border color

.myBorderColor { border: 1px solid #2BB5E4; }

<div style="border:3px solid #2BB5E4">Div</div>

This div border color is #2BB5E4.


Opacity

.myOpacity80 { color: #2BB5E4; opacity: 0.8; }

<p style="color:#2BB5E4;opacity:0.8;">80%</p>

Text with #2BB5E4 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 #2BB5E4;}

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

This text has shadow with #2BB5E4 color.

.textShadow {text-shadow: 3px 3px 1px #2BB5E4, 3px 3px 1px red;}

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

This text has shadow with #2BB5E4 primary color and red secondary color.


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

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

This text has shadow with #2BB5E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2BB5E4 on black background.


Color preview on white background

This text has color #2BB5E4 on white background.



Black color preview on #2BB5E4 background

This text has black color on #2BB5E4 background.


White color preview on #2BB5E4 background

This text has white color on #2BB5E4 background.