#AEDEE2

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

Shades of Powder Blue #AEDEE2

Tints of Powder Blue #AEDEE2

Color information

#AEDEE2 (or 0xAEDEE2) is unknown color: approx Powder Blue. HEX triplet: AE, DE and E2. RGB value is (174,222,226). Sum of RGB (Red+Green+Blue) = 174+222+226=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE2 is #51211D. Grayscale: #D0D0D0. Windows color (decimal): -5316894 or 14868142. OLE color: 14868142.

HSL color Cylindrical-coordinate representation of color #AEDEE2: hue angle of 184.62º 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 #AEDEE2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174222226-
CMYK0.230.0200.11
HSL184.62º47.27%78.43%-
HSV(B)184.62º23.01%88.63%-
XYZ57.366.7381.81-
YUV208.1138.1103.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=27.97%
G=35.69%
B=36.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742222260.230.0200.11184.6247.2778.43
HexAEDEE21720Bb92f4e
Octal25633634227201327157116
Binary101011101101111011100010101111001011101110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEE2; }

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

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

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

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

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

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

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

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