COLOR #88AFEB

HEX: #88AFEB
RGB: (136,175,235)

Color info

#88AFEB contains mainly blue color. Web safe color of #88AFEB is #9999FF (or #99F).

RGB color model

#88AFEB color RGB value is (136,175,235).

  • red value is 136;
  • green value is 175;
  • blue value is 235.
RGB:
(136,175,235)
(53%,69%,92%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 235 of 255 = 92%

136
175
235

R + G + B ~ 71%. #88AFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 235 = 546 (100%)
R 136 of 546 ~ 24.91%
G 175 of 546 ~ 32.05%
B 235 of 546 ~ 43.04%

%24.91
%32.05
%43.04

CMYK color model

#88AFEB color CMYK value is (42,26,0,8).

  • cyan value is 42.13%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(42,26,0,8)
C42M26Y0K8 
(42%,26%,0%,8%)
(0.42/0.26/0.00/0.08)	

CMYK percentages

%42.13
%25.53
%0
%7.84

Codes

Color #88AFEB in popluar color models

88AFEB
RGB136175235
HSL216°71.22%72.75%
HSB/HSV216°42.13%92.16%
CMYK42.13%25.53%0.00%
7.84%

Color #88AFEB in popluar number systems.

HEX88AFEB
Decimal136175235
Binary100010001010111111101011
Octal210257353

Shades and tints

Shades of #88AFEB

#88AFEB
(136,175,235)
#7CA0D6
(124,160,214)
#7091C1
(112,145,193)
#6482AC
(100,130,172)
#587397
(88,115,151)
#4C6482
(76,100,130)
#40556D
(64,85,109)
#344658
(52,70,88)
#283743
(40,55,67)
#1C282E
(28,40,46)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #88AFEB

#88AFEB
(136,175,235)
#92B6EC
(146,182,236)
#9CBDED
(156,189,237)
#A6C4EE
(166,196,238)
#B0CBEF
(176,203,239)
#BAD2F0
(186,210,240)
#C4D9F1
(196,217,241)
#CEE0F2
(206,224,242)
#D8E7F3
(216,231,243)
#E2EEF4
(226,238,244)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AFEB color. Also use rgb(136,175,235) instead hex code.

Text Font Color

.myTextColor { color: #88AFEB; }

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

This text font color is #88AFEB.


Background Color

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

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

This div background color is #88AFEB.


Border color

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

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

This div border color is #88AFEB.


Opacity

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

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

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

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

This text has shadow with #88AFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFEB on black background.


Color preview on white background

This text has color #88AFEB on white background.



Black color preview on #88AFEB background

This text has black color on #88AFEB background.


White color preview on #88AFEB background

This text has white color on #88AFEB background.