COLOR #88BFF4

HEX: #88BFF4
RGB: (136,191,244)

Color info

#88BFF4 contains mainly green and blue colors. Web safe color of #88BFF4 is #99CCFF (or #9CF).

RGB color model

#88BFF4 color RGB value is (136,191,244).

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

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 244 of 255 = 96%

136
191
244

R + G + B ~ 75%. #88BFF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 191 + 244 = 571 (100%)
R 136 of 571 ~ 23.82%
G 191 of 571 ~ 33.45%
B 244 of 571 ~ 42.73%

%23.82
%33.45
%42.73

CMYK color model

#88BFF4 color CMYK value is (44,22,0,4).

  • cyan value is 44.26%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(44,22,0,4)
C44M22Y0K4 
(44%,22%,0%,4%)
(0.44/0.22/0.00/0.04)	

CMYK percentages

%44.26
%21.72
%0
%4.31

Codes

Color #88BFF4 in popluar color models

88BFF4
RGB136191244
HSL209°83.08%74.51%
HSB/HSV209°44.26%95.69%
CMYK44.26%21.72%0.00%
4.31%

Color #88BFF4 in popluar number systems.

HEX88BFF4
Decimal136191244
Binary100010001011111111110100
Octal210277364

Shades and tints

Shades of #88BFF4

#88BFF4
(136,191,244)
#7CAEDE
(124,174,222)
#709DC8
(112,157,200)
#648CB2
(100,140,178)
#587B9C
(88,123,156)
#4C6A86
(76,106,134)
#405970
(64,89,112)
#34485A
(52,72,90)
#283744
(40,55,68)
#1C262E
(28,38,46)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #88BFF4

#88BFF4
(136,191,244)
#92C4F5
(146,196,245)
#9CC9F6
(156,201,246)
#A6CEF7
(166,206,247)
#B0D3F8
(176,211,248)
#BAD8F9
(186,216,249)
#C4DDFA
(196,221,250)
#CEE2FB
(206,226,251)
#D8E7FC
(216,231,252)
#E2ECFD
(226,236,253)
#ECF1FE
(236,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BFF4; }

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

This text font color is #88BFF4.


Background Color

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

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

This div background color is #88BFF4.


Border color

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

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

This div border color is #88BFF4.


Opacity

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

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

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

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

This text has shadow with #88BFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BFF4 on black background.


Color preview on white background

This text has color #88BFF4 on white background.



Black color preview on #88BFF4 background

This text has black color on #88BFF4 background.


White color preview on #88BFF4 background

This text has white color on #88BFF4 background.