COLOR #88A9F4

HEX: #88A9F4
RGB: (136,169,244)

Color info

#88A9F4 contains mainly blue color. Web safe color of #88A9F4 is #9999FF (or #99F).

RGB color model

#88A9F4 color RGB value is (136,169,244).

  • red value is 136;
  • green value is 169;
  • blue value is 244.
RGB:
(136,169,244)
(53%,66%,96%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 244 of 255 = 96%

136
169
244

R + G + B ~ 72%. #88A9F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 169 + 244 = 549 (100%)
R 136 of 549 ~ 24.77%
G 169 of 549 ~ 30.78%
B 244 of 549 ~ 44.44%

%24.77
%30.78
%44.44

CMYK color model

#88A9F4 color CMYK value is (44,31,0,4).

  • cyan value is 44.26%
  • magenta value is 30.74%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(44,31,0,4)
C44M31Y0K4 
(44%,31%,0%,4%)
(0.44/0.31/0.00/0.04)	

CMYK percentages

%44.26
%30.74
%0
%4.31

Codes

Color #88A9F4 in popluar color models

88A9F4
RGB136169244
HSL222°83.08%74.51%
HSB/HSV222°44.26%95.69%
CMYK44.26%30.74%0.00%
4.31%

Color #88A9F4 in popluar number systems.

HEX88A9F4
Decimal136169244
Binary100010001010100111110100
Octal210251364

Shades and tints

Shades of #88A9F4

#88A9F4
(136,169,244)
#7C9ADE
(124,154,222)
#708BC8
(112,139,200)
#647CB2
(100,124,178)
#586D9C
(88,109,156)
#4C5E86
(76,94,134)
#404F70
(64,79,112)
#34405A
(52,64,90)
#283144
(40,49,68)
#1C222E
(28,34,46)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #88A9F4

#88A9F4
(136,169,244)
#92B0F5
(146,176,245)
#9CB7F6
(156,183,246)
#A6BEF7
(166,190,247)
#B0C5F8
(176,197,248)
#BACCF9
(186,204,249)
#C4D3FA
(196,211,250)
#CEDAFB
(206,218,251)
#D8E1FC
(216,225,252)
#E2E8FD
(226,232,253)
#ECEFFE
(236,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A9F4 color. Also use rgb(136,169,244) instead hex code.

Text Font Color

.myTextColor { color: #88A9F4; }

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

This text font color is #88A9F4.


Background Color

.myBgColor { background-color: #88A9F4; }

<div style="background-color:#88A9F4">Inner text</div>

This div background color is #88A9F4.


Border color

.myBorderColor { border: 1px solid #88A9F4; }

<div style="border:3px solid #88A9F4">Div</div>

This div border color is #88A9F4.


Opacity

.myOpacity80 { color: #88A9F4; opacity: 0.8; }

<p style="color:#88A9F4;opacity:0.8;">80%</p>

Text with #88A9F4 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 #88A9F4;}

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

This text has shadow with #88A9F4 color.

.textShadow {text-shadow: 3px 3px 1px #88A9F4, 3px 3px 1px red;}

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

This text has shadow with #88A9F4 primary color and red secondary color.


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

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

This text has shadow with #88A9F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A9F4 on black background.


Color preview on white background

This text has color #88A9F4 on white background.



Black color preview on #88A9F4 background

This text has black color on #88A9F4 background.


White color preview on #88A9F4 background

This text has white color on #88A9F4 background.