COLOR #88E6F1

HEX: #88E6F1
RGB: (136,230,241)

Color info

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

RGB color model

#88E6F1 color RGB value is (136,230,241).

  • red value is 136;
  • green value is 230;
  • blue value is 241.
RGB:
(136,230,241)
(53%,90%,95%)

RGB channels and saturation

R 136 of 255 = 53%
G 230 of 255 = 90%
B 241 of 255 = 95%

136
230
241

R + G + B ~ 79%. #88E6F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 230 + 241 = 607 (100%)
R 136 of 607 ~ 22.41%
G 230 of 607 ~ 37.89%
B 241 of 607 ~ 39.7%

%22.41
%37.89
%39.7

CMYK color model

#88E6F1 color CMYK value is (44,5,0,5).

  • cyan value is 43.57%
  • magenta value is 4.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(44,5,0,5)
C44M5Y0K5 
(44%,5%,0%,5%)
(0.44/0.05/0.00/0.05)	

CMYK percentages

%43.57
%4.56
%0
%5.49

Codes

Color #88E6F1 in popluar color models

88E6F1
RGB136230241
HSL186°78.95%73.92%
HSB/HSV186°43.57%94.51%
CMYK43.57%4.56%0.00%
5.49%

Color #88E6F1 in popluar number systems.

HEX88E6F1
Decimal136230241
Binary100010001110011011110001
Octal210346361

Shades and tints

Shades of #88E6F1

#88E6F1
(136,230,241)
#7CD2DC
(124,210,220)
#70BEC7
(112,190,199)
#64AAB2
(100,170,178)
#58969D
(88,150,157)
#4C8288
(76,130,136)
#406E73
(64,110,115)
#345A5E
(52,90,94)
#284649
(40,70,73)
#1C3234
(28,50,52)
#101E1F
(16,30,31)
#000000
(0,0,0)

Tints of #88E6F1

#88E6F1
(136,230,241)
#92E8F2
(146,232,242)
#9CEAF3
(156,234,243)
#A6ECF4
(166,236,244)
#B0EEF5
(176,238,245)
#BAF0F6
(186,240,246)
#C4F2F7
(196,242,247)
#CEF4F8
(206,244,248)
#D8F6F9
(216,246,249)
#E2F8FA
(226,248,250)
#ECFAFB
(236,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E6F1 color. Also use rgb(136,230,241) instead hex code.

Text Font Color

.myTextColor { color: #88E6F1; }

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

This text font color is #88E6F1.


Background Color

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

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

This div background color is #88E6F1.


Border color

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

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

This div border color is #88E6F1.


Opacity

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

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

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

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

This text has shadow with #88E6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E6F1 on black background.


Color preview on white background

This text has color #88E6F1 on white background.



Black color preview on #88E6F1 background

This text has black color on #88E6F1 background.


White color preview on #88E6F1 background

This text has white color on #88E6F1 background.