COLOR #88C9FB

HEX: #88C9FB
RGB: (136,201,251)

Color info

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

RGB color model

#88C9FB color RGB value is (136,201,251).

  • red value is 136;
  • green value is 201;
  • blue value is 251.
RGB:
(136,201,251)
(53%,79%,98%)

RGB channels and saturation

R 136 of 255 = 53%
G 201 of 255 = 79%
B 251 of 255 = 98%

136
201
251

R + G + B ~ 77%. #88C9FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 201 + 251 = 588 (100%)
R 136 of 588 ~ 23.13%
G 201 of 588 ~ 34.18%
B 251 of 588 ~ 42.69%

%23.13
%34.18
%42.69

CMYK color model

#88C9FB color CMYK value is (46,20,0,2).

  • cyan value is 45.82%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(46,20,0,2)
C46M20Y0K2 
(46%,20%,0%,2%)
(0.46/0.20/0.00/0.02)	

CMYK percentages

%45.82
%19.92
%0
%1.57

Codes

Color #88C9FB in popluar color models

88C9FB
RGB136201251
HSL206°93.50%75.88%
HSB/HSV206°45.82%98.43%
CMYK45.82%19.92%0.00%
1.57%

Color #88C9FB in popluar number systems.

HEX88C9FB
Decimal136201251
Binary100010001100100111111011
Octal210311373

Shades and tints

Shades of #88C9FB

#88C9FB
(136,201,251)
#7CB7E5
(124,183,229)
#70A5CF
(112,165,207)
#6493B9
(100,147,185)
#5881A3
(88,129,163)
#4C6F8D
(76,111,141)
#405D77
(64,93,119)
#344B61
(52,75,97)
#28394B
(40,57,75)
#1C2735
(28,39,53)
#10151F
(16,21,31)
#000000
(0,0,0)

Tints of #88C9FB

#88C9FB
(136,201,251)
#92CDFB
(146,205,251)
#9CD1FB
(156,209,251)
#A6D5FB
(166,213,251)
#B0D9FB
(176,217,251)
#BADDFB
(186,221,251)
#C4E1FB
(196,225,251)
#CEE5FB
(206,229,251)
#D8E9FB
(216,233,251)
#E2EDFB
(226,237,251)
#ECF1FB
(236,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C9FB color. Also use rgb(136,201,251) instead hex code.

Text Font Color

.myTextColor { color: #88C9FB; }

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

This text font color is #88C9FB.


Background Color

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

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

This div background color is #88C9FB.


Border color

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

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

This div border color is #88C9FB.


Opacity

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

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

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

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

This text has shadow with #88C9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C9FB on black background.


Color preview on white background

This text has color #88C9FB on white background.



Black color preview on #88C9FB background

This text has black color on #88C9FB background.


White color preview on #88C9FB background

This text has white color on #88C9FB background.