#AEDCE2

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

Shades of Powder Blue #AEDCE2

Tints of Powder Blue #AEDCE2

Color information

#AEDCE2 (or 0xAEDCE2) is unknown color: approx Powder Blue. HEX triplet: AE, DC and E2. RGB value is (174,220,226). Sum of RGB (Red+Green+Blue) = 174+220+226=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE2 is #51231D. Grayscale: #CECECE. Windows color (decimal): -5317406 or 14867630. OLE color: 14867630.

HSL color Cylindrical-coordinate representation of color #AEDCE2: hue angle of 186.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDCE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174220226-
CMYK0.230.0300.11
HSL186.92º47.27%78.43%-
HSV(B)186.92º23.01%88.63%-
XYZ56.7865.6881.64-
YUV206.93138.76104.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=28.06%
G=35.48%
B=36.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742202260.230.0300.11186.9247.2778.43
HexAEDCE21730Bbb2f4e
Octal25633434227301327357116
Binary101011101101110011100010101111101011101110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCE2; }

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

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

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

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

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

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

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

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