COLOR #88D6FD

HEX: #88D6FD RGB: (136,214,253)

Color info

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

RGB color model

#88D6FD color RGB value is (136,214,253).

RGB: (136,214,253) (53%, 84%, 99%)

RGB channels and saturation

R 136 of 255 = 53%
G 214 of 255 = 84%
B 253 of 255 = 99%

136
214
253

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

Portions of RGB colors in percentages

R + G + B = 136 + 214 + 253 = 603 (100%)
R 136 of 603 ~ 22.55%
G 214 of 603 ~ 35.49%
B 253 of 603 ~ 41.96'%

%22.55
%35.49
%41.96

CMYK color model

#88D6FD color CMYK value is (46,15,0,1).

  • cyan value is 46.25%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (46,15,0,1)
C46M15Y0K1 (46%, 15%, 0%, 1%)
(0.46 / 0.15 / 0.00 / 0.01)

CMYK percentages

%46.25
%15.42
%0
%0.78

Codes

Color #88D6FD in popluar color models

88 D6 FD
RGB 136 214 253
HSL 200° 96.69% 76.27%
HSB/HSV 200° 46.25% 99.22%
CMYK 46.25% 15.42% 0.00%
0.78%

Color #88D6FD in popluar number systems.

HEX 88 D6 FD
Decimal 136 214 253
Binary 10001000 11010110 11111101
Octal 210 326 375

Shades and tints

Shades of #88D6FD

#88D6FD
(136,214,253)
#7CC3E6
(124,195,230)
#70B0CF
(112,176,207)
#649DB8
(100,157,184)
#588AA1
(88,138,161)
#4C778A
(76,119,138)
#406473
(64,100,115)
#34515C
(52,81,92)
#283E45
(40,62,69)
#1C2B2E
(28,43,46)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #88D6FD

#88D6FD
(136,214,253)
#92D9FD
(146,217,253)
#9CDCFD
(156,220,253)
#A6DFFD
(166,223,253)
#B0E2FD
(176,226,253)
#BAE5FD
(186,229,253)
#C4E8FD
(196,232,253)
#CEEBFD
(206,235,253)
#D8EEFD
(216,238,253)
#E2F1FD
(226,241,253)
#ECF4FD
(236,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D6FD color. Also use rgb(136,214,253) instead hex code.

Text Font Color

.myTextColor { color: #88D6FD; }

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

This text font color is #88D6FD.

Background Color

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

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

This div background color is #88D6FD.

Border color

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

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

This div border color is #88D6FD.

Opacity

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

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

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

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

This text has shadow with #88D6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D6FD.

Preview

Color preview on black background

This text has color #88D6FD on black background.


Color preview on white background

This text has color #88D6FD on white background.


Black color preview on #88D6FD background

This text has black color on #88D6FD background.


White color preview on #88D6FD background

This text has white color on #88D6FD background.


Related colors

Complementary color

Complementary color for #hex is #772902.


I love getcolorcode.com

Triadic colors

1 #FD88D6 and #D6FD88 with #88D6FD are triadic colors.

2 #FDD688 and #D688FD with #88D6FD are triadic colors.