COLOR #AEDCFF

HEX: #AEDCFF RGB: (174,220,255)

Color info

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

RGB color model

#AEDCFF color RGB value is (174,220,255).

RGB: (174,220,255) (68%, 86%, 100%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 255 of 255 = 100%

174
220
255

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

Portions of RGB colors in percentages

R + G + B = 174 + 220 + 255 = 649 (100%)
R 174 of 649 ~ 26.81%
G 220 of 649 ~ 33.9%
B 255 of 649 ~ 39.29'%

%26.81
%33.9
%39.29

CMYK color model

#AEDCFF color CMYK value is (32,14,0,0).

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

CMYK: (32,14,0,0)
C32M14Y0K0 (32%, 14%, 0%, 0%)
(0.32 / 0.14 / 0.00 / 0.00)

CMYK percentages

%31.76
%13.73
%0
%0

Codes

Color #AEDCFF in popluar color models

AE DC FF
RGB 174 220 255
HSL 206° 100.00% 84.12%
HSB/HSV 206° 31.76% 100.00%
CMYK 31.76% 13.73% 0.00%
0.00%

Color #AEDCFF in popluar number systems.

HEX AE DC FF
Decimal 174 220 255
Binary 10101110 11011100 11111111
Octal 256 334 377

Shades and tints

Shades of #AEDCFF

#AEDCFF
(174,220,255)
#9FC8E8
(159,200,232)
#90B4D1
(144,180,209)
#81A0BA
(129,160,186)
#728CA3
(114,140,163)
#63788C
(99,120,140)
#546475
(84,100,117)
#45505E
(69,80,94)
#363C47
(54,60,71)
#272830
(39,40,48)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEDCFF

#AEDCFF
(174,220,255)
#B5DFFF
(181,223,255)
#BCE2FF
(188,226,255)
#C3E5FF
(195,229,255)
#CAE8FF
(202,232,255)
#D1EBFF
(209,235,255)
#D8EEFF
(216,238,255)
#DFF1FF
(223,241,255)
#E6F4FF
(230,244,255)
#EDF7FF
(237,247,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDCFF; }

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

This text font color is #AEDCFF.

Background Color

.myBgColor { background-color: #AEDCFF; }

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

This div background color is #AEDCFF.

Border color

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

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

This div border color is #AEDCFF.

Opacity

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

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

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

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

This text has shadow with #AEDCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDCFF.

Preview

Color preview on black background

This text has color #AEDCFF on black background.


Color preview on white background

This text has color #AEDCFF on white background.


Black color preview on #AEDCFF background

This text has black color on #AEDCFF background.


White color preview on #AEDCFF background

This text has white color on #AEDCFF background.


Related colors

Complementary color

Complementary color for #hex is #512300.


I love getcolorcode.com

Triadic colors

1 #FFAEDC and #DCFFAE with #AEDCFF are triadic colors.

2 #FFDCAE and #DCAEFF with #AEDCFF are triadic colors.