#AEDCE4

Color #AEDCE4 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AEDCE4

Tints of Powder Blue #AEDCE4

Color information

#AEDCE4 (or 0xAEDCE4) is unknown color: approx Powder Blue. HEX triplet: AE, DC and E4. RGB value is (174,220,228). Sum of RGB (Red+Green+Blue) = 174+220+228=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEDCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE4 is #51231B. Grayscale: #CFCFCF. Windows color (decimal): -5317404 or 14998702. OLE color: 14998702.

HSL color Cylindrical-coordinate representation of color #AEDCE4: hue angle of 188.89º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDCE4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174220228-
CMYK0.240.0400.11
HSL188.89º50%78.82%-
HSV(B)188.89º23.68%89.41%-
XYZ57.0565.7983.09-
YUV207.16139.76104.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=27.97%
G=35.37%
B=36.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742202280.240.0400.11188.895078.82
HexAEDCE41840Bbd324f
Octal25633434430401327562117
Binary1010111011011100111001001100010001011101111011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCE4; }

 p { color: rgb(174,220,228); }

 H1.HeaderClassName
 {
   color: #AEDCE4;
 }
 .AnyTagClassName
 {
   color: #AEDCE4;
 }
</style>
background-color css

<style>
 a { background-color: #AEDCE4; }

 a { background-color: rgb(174,220,228); }

 div.DivClassName
 {
   background-color: #AEDCE4;
 }
 .BgClassName
 {
   background-color: #AEDCE4;
 }
</style>
border-color css

<style>
 span { border-color: #AEDCE4; }

 span { border-color: rgb(174,220,228); }

 td.TdClassName
 {
   border-color: #AEDCE4;
 }
 .TagClassName
 {
   border-color: #AEDCE4;
 }
</style>