COLOR #88CEED

HEX: #88CEED
RGB: (136,206,237)

Color info

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

RGB color model

#88CEED color RGB value is (136,206,237).

  • red value is 136;
  • green value is 206;
  • blue value is 237.
RGB:
(136,206,237)
(53%,81%,93%)

RGB channels and saturation

R 136 of 255 = 53%
G 206 of 255 = 81%
B 237 of 255 = 93%

136
206
237

R + G + B ~ 76%. #88CEED is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 206 + 237 = 579 (100%)
R 136 of 579 ~ 23.49%
G 206 of 579 ~ 35.58%
B 237 of 579 ~ 40.93%

%23.49
%35.58
%40.93

CMYK color model

#88CEED color CMYK value is (43,13,0,7).

  • cyan value is 42.62%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(43,13,0,7)
C43M13Y0K7 
(43%,13%,0%,7%)
(0.43/0.13/0.00/0.07)	

CMYK percentages

%42.62
%13.08
%0
%7.06

Codes

Color #88CEED in popluar color models

88CEED
RGB136206237
HSL198°73.72%73.14%
HSB/HSV198°42.62%92.94%
CMYK42.62%13.08%0.00%
7.06%

Color #88CEED in popluar number systems.

HEX88CEED
Decimal136206237
Binary100010001100111011101101
Octal210316355

Shades and tints

Shades of #88CEED

#88CEED
(136,206,237)
#7CBCD8
(124,188,216)
#70AAC3
(112,170,195)
#6498AE
(100,152,174)
#588699
(88,134,153)
#4C7484
(76,116,132)
#40626F
(64,98,111)
#34505A
(52,80,90)
#283E45
(40,62,69)
#1C2C30
(28,44,48)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #88CEED

#88CEED
(136,206,237)
#92D2EE
(146,210,238)
#9CD6EF
(156,214,239)
#A6DAF0
(166,218,240)
#B0DEF1
(176,222,241)
#BAE2F2
(186,226,242)
#C4E6F3
(196,230,243)
#CEEAF4
(206,234,244)
#D8EEF5
(216,238,245)
#E2F2F6
(226,242,246)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CEED color. Also use rgb(136,206,237) instead hex code.

Text Font Color

.myTextColor { color: #88CEED; }

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

This text font color is #88CEED.


Background Color

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

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

This div background color is #88CEED.


Border color

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

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

This div border color is #88CEED.


Opacity

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

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

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

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

This text has shadow with #88CEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CEED on black background.


Color preview on white background

This text has color #88CEED on white background.



Black color preview on #88CEED background

This text has black color on #88CEED background.


White color preview on #88CEED background

This text has white color on #88CEED background.