COLOR #23ABF2

HEX: #23ABF2
RGB: (35,171,242)

Color info

#23ABF2 contains mainly blue color. Web safe color of #23ABF2 is #3399FF (or #39F).

RGB color model

#23ABF2 color RGB value is (35,171,242).

  • red value is 35;
  • green value is 171;
  • blue value is 242.
RGB:
(35,171,242)
(14%,67%,95%)

RGB channels and saturation

R 35 of 255 = 14%
G 171 of 255 = 67%
B 242 of 255 = 95%

35
171
242

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

Portions of RGB colors in percentages

R + G + B =
35 + 171 + 242 = 448 (100%)
R 35 of 448 ~ 7.81%
G 171 of 448 ~ 38.17%
B 242 of 448 ~ 54.02%

%38.17
%54.02

CMYK color model

#23ABF2 color CMYK value is (86,29,0,5).

  • cyan value is 85.54%
  • magenta value is 29.34%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(86,29,0,5)
C86M29Y0K5 
(86%,29%,0%,5%)
(0.86/0.29/0.00/0.05)	

CMYK percentages

%85.54
%29.34
%0
%5.1

Codes

Color #23ABF2 in popluar color models

23ABF2
RGB35171242
HSL201°88.84%54.31%
HSB/HSV201°85.54%94.90%
CMYK85.54%29.34%0.00%
5.10%

Color #23ABF2 in popluar number systems.

HEX23ABF2
Decimal35171242
Binary1000111010101111110010
Octal43253362

Shades and tints

Shades of #23ABF2

#23ABF2
(35,171,242)
#209CDC
(32,156,220)
#1D8DC6
(29,141,198)
#1A7EB0
(26,126,176)
#176F9A
(23,111,154)
#146084
(20,96,132)
#11516E
(17,81,110)
#0E4258
(14,66,88)
#0B3342
(11,51,66)
#08242C
(8,36,44)
#051516
(5,21,22)
#000000
(0,0,0)

Tints of #23ABF2

#23ABF2
(35,171,242)
#37B2F3
(55,178,243)
#4BB9F4
(75,185,244)
#5FC0F5
(95,192,245)
#73C7F6
(115,199,246)
#87CEF7
(135,206,247)
#9BD5F8
(155,213,248)
#AFDCF9
(175,220,249)
#C3E3FA
(195,227,250)
#D7EAFB
(215,234,251)
#EBF1FC
(235,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23ABF2 color. Also use rgb(35,171,242) instead hex code.

Text Font Color

.myTextColor { color: #23ABF2; }

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

This text font color is #23ABF2.


Background Color

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

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

This div background color is #23ABF2.


Border color

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

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

This div border color is #23ABF2.


Opacity

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

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

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

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

This text has shadow with #23ABF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23ABF2 on black background.


Color preview on white background

This text has color #23ABF2 on white background.



Black color preview on #23ABF2 background

This text has black color on #23ABF2 background.


White color preview on #23ABF2 background

This text has white color on #23ABF2 background.