COLOR #8AF0E5

HEX: #8AF0E5 RGB: (138,240,229)

Color info

#8AF0E5 contains mainly green and blue colors. Web safe color of #8AF0E5 is #99FFCC (or #9FC).

RGB color model

#8AF0E5 color RGB value is (138,240,229).

RGB: (138,240,229) (54%, 94%, 90%)

RGB channels and saturation

R 138 of 255 = 54%
G 240 of 255 = 94%
B 229 of 255 = 90%

138
240
229

R + G + B ~ 79%. #8AF0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 240 + 229 = 607 (100%)
R 138 of 607 ~ 22.73%
G 240 of 607 ~ 39.54%
B 229 of 607 ~ 37.73'%

%22.73
%39.54
%37.73

CMYK color model

#8AF0E5 color CMYK value is (43,0,5,6).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 5.88%

CMYK: (43,0,5,6)
C43M0Y5K6 (43%, 0%, 5%, 6%)
(0.43 / 0.00 / 0.05 / 0.06)

CMYK percentages

%42.5
%0
%4.58
%5.88

Codes

Color #8AF0E5 in popluar color models

8A F0 E5
RGB 138 240 229
HSL 174° 77.27% 74.12%
HSB/HSV 174° 42.50% 94.12%
CMYK 42.50% 0.00% 4.58%
5.88%

Color #8AF0E5 in popluar number systems.

HEX 8A F0 E5
Decimal 138 240 229
Binary 10001010 11110000 11100101
Octal 212 360 345

Shades and tints

Shades of #8AF0E5

#8AF0E5
(138,240,229)
#7EDBD1
(126,219,209)
#72C6BD
(114,198,189)
#66B1A9
(102,177,169)
#5A9C95
(90,156,149)
#4E8781
(78,135,129)
#42726D
(66,114,109)
#365D59
(54,93,89)
#2A4845
(42,72,69)
#1E3331
(30,51,49)
#121E1D
(18,30,29)
#000000
(0,0,0)

Tints of #8AF0E5

#8AF0E5
(138,240,229)
#94F1E7
(148,241,231)
#9EF2E9
(158,242,233)
#A8F3EB
(168,243,235)
#B2F4ED
(178,244,237)
#BCF5EF
(188,245,239)
#C6F6F1
(198,246,241)
#D0F7F3
(208,247,243)
#DAF8F5
(218,248,245)
#E4F9F7
(228,249,247)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AF0E5 color. Also use rgb(138,240,229) instead hex code.

Text Font Color

.myTextColor { color: #8AF0E5; }

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

This text font color is #8AF0E5.

Background Color

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

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

This div background color is #8AF0E5.

Border color

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

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

This div border color is #8AF0E5.

Opacity

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

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

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

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

This text has shadow with #8AF0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AF0E5.

Preview

Color preview on black background

This text has color #8AF0E5 on black background.


Color preview on white background

This text has color #8AF0E5 on white background.


Black color preview on #8AF0E5 background

This text has black color on #8AF0E5 background.


White color preview on #8AF0E5 background

This text has white color on #8AF0E5 background.


Related colors

Complementary color

Complementary color for #hex is #750F1A.


I love getcolorcode.com

Triadic colors

1 #E58AF0 and #F0E58A with #8AF0E5 are triadic colors.

2 #E5F08A and #F08AE5 with #8AF0E5 are triadic colors.