#AEDCE0

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

Shades of Powder Blue #AEDCE0

Tints of Powder Blue #AEDCE0

Color information

#AEDCE0 (or 0xAEDCE0) is unknown color: approx Powder Blue. HEX triplet: AE, DC and E0. RGB value is (174,220,224). Sum of RGB (Red+Green+Blue) = 174+220+224=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE0 is #51231F. Grayscale: #CECECE. Windows color (decimal): -5317408 or 14736558. OLE color: 14736558.

HSL color Cylindrical-coordinate representation of color #AEDCE0: hue angle of 184.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDCE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174220224-
CMYK0.220.0200.12
HSL184.8º44.64%78.04%-
HSV(B)184.8º22.32%87.84%-
XYZ56.565.5780.2-
YUV206.7137.76104.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=28.16%
G=35.60%
B=36.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742202240.220.0200.12184.844.6478.04
HexAEDCE01620Cb92d4e
Octal25633434026201427155116
Binary101011101101110011100000101101001100101110011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCE0; }

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

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

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

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

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

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

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

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