COLOR #8AE1ED

HEX: #8AE1ED
RGB: (138,225,237)

Color info

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

RGB color model

#8AE1ED color RGB value is (138,225,237).

  • red value is 138;
  • green value is 225;
  • blue value is 237.
RGB:
(138,225,237)
(54%,88%,93%)

RGB channels and saturation

R 138 of 255 = 54%
G 225 of 255 = 88%
B 237 of 255 = 93%

138
225
237

R + G + B ~ 78%. #8AE1ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 225 + 237 = 600 (100%)
R 138 of 600 ~ 23%
G 225 of 600 ~ 37.5%
B 237 of 600 ~ 39.5%

%23
%37.5
%39.5

CMYK color model

#8AE1ED color CMYK value is (42,5,0,7).

  • cyan value is 41.77%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(42,5,0,7)
C42M5Y0K7 
(42%,5%,0%,7%)
(0.42/0.05/0.00/0.07)	

CMYK percentages

%41.77
%5.06
%0
%7.06

Codes

Color #8AE1ED in popluar color models

8AE1ED
RGB138225237
HSL187°73.33%73.53%
HSB/HSV187°41.77%92.94%
CMYK41.77%5.06%0.00%
7.06%

Color #8AE1ED in popluar number systems.

HEX8AE1ED
Decimal138225237
Binary100010101110000111101101
Octal212341355

Shades and tints

Shades of #8AE1ED

#8AE1ED
(138,225,237)
#7ECDD8
(126,205,216)
#72B9C3
(114,185,195)
#66A5AE
(102,165,174)
#5A9199
(90,145,153)
#4E7D84
(78,125,132)
#42696F
(66,105,111)
#36555A
(54,85,90)
#2A4145
(42,65,69)
#1E2D30
(30,45,48)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #8AE1ED

#8AE1ED
(138,225,237)
#94E3EE
(148,227,238)
#9EE5EF
(158,229,239)
#A8E7F0
(168,231,240)
#B2E9F1
(178,233,241)
#BCEBF2
(188,235,242)
#C6EDF3
(198,237,243)
#D0EFF4
(208,239,244)
#DAF1F5
(218,241,245)
#E4F3F6
(228,243,246)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE1ED color. Also use rgb(138,225,237) instead hex code.

Text Font Color

.myTextColor { color: #8AE1ED; }

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

This text font color is #8AE1ED.


Background Color

.myBgColor { background-color: #8AE1ED; }

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

This div background color is #8AE1ED.


Border color

.myBorderColor { border: 1px solid #8AE1ED; }

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

This div border color is #8AE1ED.


Opacity

.myOpacity80 { color: #8AE1ED; opacity: 0.8; }

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

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

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

This text has shadow with #8AE1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE1ED on black background.


Color preview on white background

This text has color #8AE1ED on white background.



Black color preview on #8AE1ED background

This text has black color on #8AE1ED background.


White color preview on #8AE1ED background

This text has white color on #8AE1ED background.