COLOR #23B5DE

HEX: #23B5DE RGB: (35,181,222)

Color info

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

RGB color model

#23B5DE color RGB value is (35,181,222).

RGB: (35,181,222) (14%, 71%, 87%)

RGB channels and saturation

R 35 of 255 = 14%
G 181 of 255 = 71%
B 222 of 255 = 87%

35
181
222

R + G + B ~ 57%. #23B5DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 35 + 181 + 222 = 438 (100%)
R 35 of 438 ~ 7.99%
G 181 of 438 ~ 41.32%
B 222 of 438 ~ 50.68'%

%41.32
%50.68

CMYK color model

#23B5DE color CMYK value is (84,18,0,13).

  • cyan value is 84.23%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (84,18,0,13)
C84M18Y0K13 (84%, 18%, 0%, 13%)
(0.84 / 0.18 / 0.00 / 0.13)

CMYK percentages

%84.23
%18.47
%0
%12.94

Codes

Color #23B5DE in popluar color models

23 B5 DE
RGB 35 181 222
HSL 193° 73.91% 50.39%
HSB/HSV 193° 84.23% 87.06%
CMYK 84.23% 18.47% 0.00%
12.94%

Color #23B5DE in popluar number systems.

HEX 23 B5 DE
Decimal 35 181 222
Binary 100011 10110101 11011110
Octal 43 265 336

Shades and tints

Shades of #23B5DE

#23B5DE
(35,181,222)
#20A5CA
(32,165,202)
#1D95B6
(29,149,182)
#1A85A2
(26,133,162)
#17758E
(23,117,142)
#14657A
(20,101,122)
#115566
(17,85,102)
#0E4552
(14,69,82)
#0B353E
(11,53,62)
#08252A
(8,37,42)
#051516
(5,21,22)
#000000
(0,0,0)

Tints of #23B5DE

#23B5DE
(35,181,222)
#37BBE1
(55,187,225)
#4BC1E4
(75,193,228)
#5FC7E7
(95,199,231)
#73CDEA
(115,205,234)
#87D3ED
(135,211,237)
#9BD9F0
(155,217,240)
#AFDFF3
(175,223,243)
#C3E5F6
(195,229,246)
#D7EBF9
(215,235,249)
#EBF1FC
(235,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23B5DE color. Also use rgb(35,181,222) instead hex code.

Text Font Color

.myTextColor { color: #23B5DE; }

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

This text font color is #23B5DE.

Background Color

.myBgColor { background-color: #23B5DE; }

<div style="background-color:#23B5DE">Inner text</div>

This div background color is #23B5DE.

Border color

.myBorderColor { border: 1px solid #23B5DE; }

<div style="border:3px solid #23B5DE">Div</div>

This div border color is #23B5DE.

Opacity

.myOpacity80 { color: #23B5DE; opacity: 0.8; }

<p style="color:#23B5DE;opacity:0.8;">80%</p>

Text with #23B5DE 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 #23B5DE;}

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

This text has shadow with #23B5DE color.


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

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

This text has shadow with #23B5DE primary color and red secondary color.


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

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

This text has shadow with #23B5DE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #23B5DE.

Preview

Color preview on black background

This text has color #23B5DE on black background.


Color preview on white background

This text has color #23B5DE on white background.


Black color preview on #23B5DE background

This text has black color on #23B5DE background.


White color preview on #23B5DE background

This text has white color on #23B5DE background.


Related colors

Complementary color

Complementary color for #hex is #DC4A21.


I love getcolorcode.com

Triadic colors

1 #DE23B5 and #B5DE23 with #23B5DE are triadic colors.

2 #DEB523 and #B523DE with #23B5DE are triadic colors.