COLOR #88DEF0

HEX: #88DEF0
RGB: (136,222,240)

Color info

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

RGB color model

#88DEF0 color RGB value is (136,222,240).

  • red value is 136;
  • green value is 222;
  • blue value is 240.
RGB:
(136,222,240)
(53%,87%,94%)

RGB channels and saturation

R 136 of 255 = 53%
G 222 of 255 = 87%
B 240 of 255 = 94%

136
222
240

R + G + B ~ 78%. #88DEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 222 + 240 = 598 (100%)
R 136 of 598 ~ 22.74%
G 222 of 598 ~ 37.12%
B 240 of 598 ~ 40.13%

%22.74
%37.12
%40.13

CMYK color model

#88DEF0 color CMYK value is (43,8,0,6).

  • cyan value is 43.33%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(43,8,0,6)
C43M8Y0K6 
(43%,8%,0%,6%)
(0.43/0.08/0.00/0.06)	

CMYK percentages

%43.33
%7.5
%0
%5.88

Codes

Color #88DEF0 in popluar color models

88DEF0
RGB136222240
HSL190°77.61%73.73%
HSB/HSV190°43.33%94.12%
CMYK43.33%7.50%0.00%
5.88%

Color #88DEF0 in popluar number systems.

HEX88DEF0
Decimal136222240
Binary100010001101111011110000
Octal210336360

Shades and tints

Shades of #88DEF0

#88DEF0
(136,222,240)
#7CCADB
(124,202,219)
#70B6C6
(112,182,198)
#64A2B1
(100,162,177)
#588E9C
(88,142,156)
#4C7A87
(76,122,135)
#406672
(64,102,114)
#34525D
(52,82,93)
#283E48
(40,62,72)
#1C2A33
(28,42,51)
#10161E
(16,22,30)
#000000
(0,0,0)

Tints of #88DEF0

#88DEF0
(136,222,240)
#92E1F1
(146,225,241)
#9CE4F2
(156,228,242)
#A6E7F3
(166,231,243)
#B0EAF4
(176,234,244)
#BAEDF5
(186,237,245)
#C4F0F6
(196,240,246)
#CEF3F7
(206,243,247)
#D8F6F8
(216,246,248)
#E2F9F9
(226,249,249)
#ECFCFA
(236,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DEF0 color. Also use rgb(136,222,240) instead hex code.

Text Font Color

.myTextColor { color: #88DEF0; }

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

This text font color is #88DEF0.


Background Color

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

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

This div background color is #88DEF0.


Border color

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

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

This div border color is #88DEF0.


Opacity

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

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

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

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

This text has shadow with #88DEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DEF0 on black background.


Color preview on white background

This text has color #88DEF0 on white background.



Black color preview on #88DEF0 background

This text has black color on #88DEF0 background.


White color preview on #88DEF0 background

This text has white color on #88DEF0 background.