#AEDDE1

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

Shades of Powder Blue #AEDDE1

Tints of Powder Blue #AEDDE1

Color information

#AEDDE1 (or 0xAEDDE1) is unknown color: approx Powder Blue. HEX triplet: AE, DD and E1. RGB value is (174,221,225). Sum of RGB (Red+Green+Blue) = 174+221+225=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE1 is #51221E. Grayscale: #CFCFCF. Windows color (decimal): -5317151 or 14802350. OLE color: 14802350.

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

Color convert

RGB174221225-
CMYK0.230.0200.12
HSL184.71º45.95%78.24%-
HSV(B)184.71º22.67%88.24%-
XYZ56.966.1581-
YUV207.4137.93104.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=28.06%
G=35.65%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742212250.230.0200.12184.7145.9578.24
HexAEDDE11720Cb92e4e
Octal25633534127201427156116
Binary101011101101110111100001101111001100101110011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDE1; }

 p { color: rgb(174,221,225); }

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

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

 a { background-color: rgb(174,221,225); }

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

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

 span { border-color: rgb(174,221,225); }

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