COLOR #AEEDFF

HEX: #AEEDFF RGB: (174,237,255)

Color info

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

RGB color model

#AEEDFF color RGB value is (174,237,255).

RGB: (174,237,255) (68%, 93%, 100%)

RGB channels and saturation

R 174 of 255 = 68%
G 237 of 255 = 93%
B 255 of 255 = 100%

174
237
255

R + G + B ~ 87%. #AEEDFF is light color.

Portions of RGB colors in percentages

R + G + B = 174 + 237 + 255 = 666 (100%)
R 174 of 666 ~ 26.13%
G 237 of 666 ~ 35.59%
B 255 of 666 ~ 38.29'%

%26.13
%35.59
%38.29

CMYK color model

#AEEDFF color CMYK value is (32,7,0,0).

  • cyan value is 31.76%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (32,7,0,0)
C32M7Y0K0 (32%, 7%, 0%, 0%)
(0.32 / 0.07 / 0.00 / 0.00)

CMYK percentages

%31.76
%7.06
%0
%0

Codes

Color #AEEDFF in popluar color models

AE ED FF
RGB 174 237 255
HSL 193° 100.00% 84.12%
HSB/HSV 193° 31.76% 100.00%
CMYK 31.76% 7.06% 0.00%
0.00%

Color #AEEDFF in popluar number systems.

HEX AE ED FF
Decimal 174 237 255
Binary 10101110 11101101 11111111
Octal 256 355 377

Shades and tints

Shades of #AEEDFF

#AEEDFF
(174,237,255)
#9FD8E8
(159,216,232)
#90C3D1
(144,195,209)
#81AEBA
(129,174,186)
#7299A3
(114,153,163)
#63848C
(99,132,140)
#546F75
(84,111,117)
#455A5E
(69,90,94)
#364547
(54,69,71)
#273030
(39,48,48)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #AEEDFF

#AEEDFF
(174,237,255)
#B5EEFF
(181,238,255)
#BCEFFF
(188,239,255)
#C3F0FF
(195,240,255)
#CAF1FF
(202,241,255)
#D1F2FF
(209,242,255)
#D8F3FF
(216,243,255)
#DFF4FF
(223,244,255)
#E6F5FF
(230,245,255)
#EDF6FF
(237,246,255)
#F4F7FF
(244,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEDFF color. Also use rgb(174,237,255) instead hex code.

Text Font Color

.myTextColor { color: #AEEDFF; }

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

This text font color is #AEEDFF.

Background Color

.myBgColor { background-color: #AEEDFF; }

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

This div background color is #AEEDFF.

Border color

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

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

This div border color is #AEEDFF.

Opacity

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

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

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

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

This text has shadow with #AEEDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEDFF.

Preview

Color preview on black background

This text has color #AEEDFF on black background.


Color preview on white background

This text has color #AEEDFF on white background.


Black color preview on #AEEDFF background

This text has black color on #AEEDFF background.


White color preview on #AEEDFF background

This text has white color on #AEEDFF background.


Related colors

Complementary color

Complementary color for #hex is #511200.


I love getcolorcode.com

Triadic colors

1 #FFAEED and #EDFFAE with #AEEDFF are triadic colors.

2 #FFEDAE and #EDAEFF with #AEEDFF are triadic colors.