#AEDFE2

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

Shades of Powder Blue #AEDFE2

Tints of Powder Blue #AEDFE2

Color information

#AEDFE2 (or 0xAEDFE2) is unknown color: approx Powder Blue. HEX triplet: AE, DF and E2. RGB value is (174,223,226). Sum of RGB (Red+Green+Blue) = 174+223+226=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFE2 is #51201D. Grayscale: #D0D0D0. Windows color (decimal): -5316638 or 14868398. OLE color: 14868398.

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

Color convert

RGB174223226-
CMYK0.230.0100.11
HSL183.46º47.27%78.43%-
HSV(B)183.46º23.01%88.63%-
XYZ57.5767.2781.9-
YUV208.69137.77103.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=27.93%
G=35.79%
B=36.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742232260.230.0100.11183.4647.2778.43
HexAEDFE21710Bb72f4e
Octal25633734227101326757116
Binary10101110110111111110001010111101011101101111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFE2; }

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

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

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

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

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

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

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

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