COLOR #88EFF9

HEX: #88EFF9
RGB: (136,239,249)

Color info

#88EFF9 contains mainly green and blue colors. Web safe color of #88EFF9 is #99FFFF (or #9FF).

RGB color model

#88EFF9 color RGB value is (136,239,249).

  • red value is 136;
  • green value is 239;
  • blue value is 249.
RGB:
(136,239,249)
(53%,94%,98%)

RGB channels and saturation

R 136 of 255 = 53%
G 239 of 255 = 94%
B 249 of 255 = 98%

136
239
249

R + G + B ~ 82%. #88EFF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 239 + 249 = 624 (100%)
R 136 of 624 ~ 21.79%
G 239 of 624 ~ 38.3%
B 249 of 624 ~ 39.9%

%21.79
%38.3
%39.9

CMYK color model

#88EFF9 color CMYK value is (45,4,0,2).

  • cyan value is 45.38%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(45,4,0,2)
C45M4Y0K2 
(45%,4%,0%,2%)
(0.45/0.04/0.00/0.02)	

CMYK percentages

%45.38
%4.02
%0
%2.35

Codes

Color #88EFF9 in popluar color models

88EFF9
RGB136239249
HSL185°90.40%75.49%
HSB/HSV185°45.38%97.65%
CMYK45.38%4.02%0.00%
2.35%

Color #88EFF9 in popluar number systems.

HEX88EFF9
Decimal136239249
Binary100010001110111111111001
Octal210357371

Shades and tints

Shades of #88EFF9

#88EFF9
(136,239,249)
#7CDAE3
(124,218,227)
#70C5CD
(112,197,205)
#64B0B7
(100,176,183)
#589BA1
(88,155,161)
#4C868B
(76,134,139)
#407175
(64,113,117)
#345C5F
(52,92,95)
#284749
(40,71,73)
#1C3233
(28,50,51)
#101D1D
(16,29,29)
#000000
(0,0,0)

Tints of #88EFF9

#88EFF9
(136,239,249)
#92F0F9
(146,240,249)
#9CF1F9
(156,241,249)
#A6F2F9
(166,242,249)
#B0F3F9
(176,243,249)
#BAF4F9
(186,244,249)
#C4F5F9
(196,245,249)
#CEF6F9
(206,246,249)
#D8F7F9
(216,247,249)
#E2F8F9
(226,248,249)
#ECF9F9
(236,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88EFF9 color. Also use rgb(136,239,249) instead hex code.

Text Font Color

.myTextColor { color: #88EFF9; }

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

This text font color is #88EFF9.


Background Color

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

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

This div background color is #88EFF9.


Border color

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

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

This div border color is #88EFF9.


Opacity

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

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

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

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

This text has shadow with #88EFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88EFF9 on black background.


Color preview on white background

This text has color #88EFF9 on white background.



Black color preview on #88EFF9 background

This text has black color on #88EFF9 background.


White color preview on #88EFF9 background

This text has white color on #88EFF9 background.