COLOR #88AFFA

HEX: #88AFFA
RGB: (136,175,250)

Color info

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

RGB color model

#88AFFA color RGB value is (136,175,250).

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

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 250 of 255 = 98%

136
175
250

R + G + B ~ 73%. #88AFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 250 = 561 (100%)
R 136 of 561 ~ 24.24%
G 175 of 561 ~ 31.19%
B 250 of 561 ~ 44.56%

%24.24
%31.19
%44.56

CMYK color model

#88AFFA color CMYK value is (46,30,0,2).

  • cyan value is 45.60%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(46,30,0,2)
C46M30Y0K2 
(46%,30%,0%,2%)
(0.46/0.30/0.00/0.02)	

CMYK percentages

%45.6
%30
%0
%1.96

Codes

Color #88AFFA in popluar color models

88AFFA
RGB136175250
HSL219°91.94%75.69%
HSB/HSV219°45.60%98.04%
CMYK45.60%30.00%0.00%
1.96%

Color #88AFFA in popluar number systems.

HEX88AFFA
Decimal136175250
Binary100010001010111111111010
Octal210257372

Shades and tints

Shades of #88AFFA

#88AFFA
(136,175,250)
#7CA0E4
(124,160,228)
#7091CE
(112,145,206)
#6482B8
(100,130,184)
#5873A2
(88,115,162)
#4C648C
(76,100,140)
#405576
(64,85,118)
#344660
(52,70,96)
#28374A
(40,55,74)
#1C2834
(28,40,52)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #88AFFA

#88AFFA
(136,175,250)
#92B6FA
(146,182,250)
#9CBDFA
(156,189,250)
#A6C4FA
(166,196,250)
#B0CBFA
(176,203,250)
#BAD2FA
(186,210,250)
#C4D9FA
(196,217,250)
#CEE0FA
(206,224,250)
#D8E7FA
(216,231,250)
#E2EEFA
(226,238,250)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AFFA; }

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

This text font color is #88AFFA.


Background Color

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

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

This div background color is #88AFFA.


Border color

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

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

This div border color is #88AFFA.


Opacity

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

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

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

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

This text has shadow with #88AFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AFFA on black background.


Color preview on white background

This text has color #88AFFA on white background.



Black color preview on #88AFFA background

This text has black color on #88AFFA background.


White color preview on #88AFFA background

This text has white color on #88AFFA background.