COLOR #88C1EA

HEX: #88C1EA RGB: (136,193,234)

Color info

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

RGB color model

#88C1EA color RGB value is (136,193,234).

RGB: (136,193,234) (53%, 76%, 92%)

RGB channels and saturation

R 136 of 255 = 53%
G 193 of 255 = 76%
B 234 of 255 = 92%

136
193
234

R + G + B ~ 74%. #88C1EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 193 + 234 = 563 (100%)
R 136 of 563 ~ 24.16%
G 193 of 563 ~ 34.28%
B 234 of 563 ~ 41.56'%

%24.16
%34.28
%41.56

CMYK color model

#88C1EA color CMYK value is (42,18,0,8).

  • cyan value is 41.88%
  • magenta value is 17.52%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (42,18,0,8)
C42M18Y0K8 (42%, 18%, 0%, 8%)
(0.42 / 0.18 / 0.00 / 0.08)

CMYK percentages

%41.88
%17.52
%0
%8.24

Codes

Color #88C1EA in popluar color models

88 C1 EA
RGB 136 193 234
HSL 205° 70.00% 72.55%
HSB/HSV 205° 41.88% 91.76%
CMYK 41.88% 17.52% 0.00%
8.24%

Color #88C1EA in popluar number systems.

HEX 88 C1 EA
Decimal 136 193 234
Binary 10001000 11000001 11101010
Octal 210 301 352

Shades and tints

Shades of #88C1EA

#88C1EA
(136,193,234)
#7CB0D5
(124,176,213)
#709FC0
(112,159,192)
#648EAB
(100,142,171)
#587D96
(88,125,150)
#4C6C81
(76,108,129)
#405B6C
(64,91,108)
#344A57
(52,74,87)
#283942
(40,57,66)
#1C282D
(28,40,45)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #88C1EA

#88C1EA
(136,193,234)
#92C6EB
(146,198,235)
#9CCBEC
(156,203,236)
#A6D0ED
(166,208,237)
#B0D5EE
(176,213,238)
#BADAEF
(186,218,239)
#C4DFF0
(196,223,240)
#CEE4F1
(206,228,241)
#D8E9F2
(216,233,242)
#E2EEF3
(226,238,243)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C1EA color. Also use rgb(136,193,234) instead hex code.

Text Font Color

.myTextColor { color: #88C1EA; }

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

This text font color is #88C1EA.

Background Color

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

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

This div background color is #88C1EA.

Border color

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

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

This div border color is #88C1EA.

Opacity

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

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

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

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

This text has shadow with #88C1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C1EA.

Preview

Color preview on black background

This text has color #88C1EA on black background.


Color preview on white background

This text has color #88C1EA on white background.


Black color preview on #88C1EA background

This text has black color on #88C1EA background.


White color preview on #88C1EA background

This text has white color on #88C1EA background.


Related colors

Complementary color

Complementary color for #hex is #773E15.


I love getcolorcode.com

Triadic colors

1 #EA88C1 and #C1EA88 with #88C1EA are triadic colors.

2 #EAC188 and #C188EA with #88C1EA are triadic colors.