COLOR #A1EEFB

HEX: #A1EEFB
RGB: (161,238,251)

Color info

#A1EEFB contains mainly green and blue colors. Web safe color of #A1EEFB is #99FFFF (or #9FF).

RGB color model

#A1EEFB color RGB value is (161,238,251).

  • red value is 161;
  • green value is 238;
  • blue value is 251.
RGB:
(161,238,251)
(63%,93%,98%)

RGB channels and saturation

R 161 of 255 = 63%
G 238 of 255 = 93%
B 251 of 255 = 98%

161
238
251

R + G + B ~ 85%. #A1EEFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 238 + 251 = 650 (100%)
R 161 of 650 ~ 24.77%
G 238 of 650 ~ 36.62%
B 251 of 650 ~ 38.62%

%24.77
%36.62
%38.62

CMYK color model

#A1EEFB color CMYK value is (36,5,0,2).

  • cyan value is 35.86%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(36,5,0,2)
C36M5Y0K2 
(36%,5%,0%,2%)
(0.36/0.05/0.00/0.02)	

CMYK percentages

%35.86
%5.18
%0
%1.57

Codes

Color #A1EEFB in popluar color models

A1EEFB
RGB161238251
HSL189°91.84%80.78%
HSB/HSV189°35.86%98.43%
CMYK35.86%5.18%0.00%
1.57%

Color #A1EEFB in popluar number systems.

HEXA1EEFB
Decimal161238251
Binary101000011110111011111011
Octal241356373

Shades and tints

Shades of #A1EEFB

#A1EEFB
(161,238,251)
#93D9E5
(147,217,229)
#85C4CF
(133,196,207)
#77AFB9
(119,175,185)
#699AA3
(105,154,163)
#5B858D
(91,133,141)
#4D7077
(77,112,119)
#3F5B61
(63,91,97)
#31464B
(49,70,75)
#233135
(35,49,53)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #A1EEFB

#A1EEFB
(161,238,251)
#A9EFFB
(169,239,251)
#B1F0FB
(177,240,251)
#B9F1FB
(185,241,251)
#C1F2FB
(193,242,251)
#C9F3FB
(201,243,251)
#D1F4FB
(209,244,251)
#D9F5FB
(217,245,251)
#E1F6FB
(225,246,251)
#E9F7FB
(233,247,251)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EEFB color. Also use rgb(161,238,251) instead hex code.

Text Font Color

.myTextColor { color: #A1EEFB; }

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

This text font color is #A1EEFB.


Background Color

.myBgColor { background-color: #A1EEFB; }

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

This div background color is #A1EEFB.


Border color

.myBorderColor { border: 1px solid #A1EEFB; }

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

This div border color is #A1EEFB.


Opacity

.myOpacity80 { color: #A1EEFB; opacity: 0.8; }

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

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

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

This text has shadow with #A1EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EEFB on black background.


Color preview on white background

This text has color #A1EEFB on white background.



Black color preview on #A1EEFB background

This text has black color on #A1EEFB background.


White color preview on #A1EEFB background

This text has white color on #A1EEFB background.