#AEDEE3

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

Shades of Powder Blue #AEDEE3

Tints of Powder Blue #AEDEE3

Color information

#AEDEE3 (or 0xAEDEE3) is unknown color: approx Powder Blue. HEX triplet: AE, DE and E3. RGB value is (174,222,227). Sum of RGB (Red+Green+Blue) = 174+222+227=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE3 is #51211C. Grayscale: #D0D0D0. Windows color (decimal): -5316893 or 14933678. OLE color: 14933678.

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

Color convert

RGB174222227-
CMYK0.230.0200.11
HSL185.66º48.62%78.63%-
HSV(B)185.66º23.35%89.02%-
XYZ57.4466.7982.54-
YUV208.22138.6103.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=27.93%
G=35.63%
B=36.44%

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
Decimal1742222270.230.0200.11185.6648.6278.63
HexAEDEE31720Bba314f
Octal25633634327201327261117
Binary101011101101111011100011101111001011101110101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEE3; }

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

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

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

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

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

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

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

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