#AEDADC

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

Shades of Powder Blue #AEDADC

Tints of Powder Blue #AEDADC

Color information

#AEDADC (or 0xAEDADC) is unknown color: approx Powder Blue. HEX triplet: AE, DA and DC. RGB value is (174,218,220). Sum of RGB (Red+Green+Blue) = 174+218+220=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADC is #512523. Grayscale: #CDCDCD. Windows color (decimal): -5317924 or 14473902. OLE color: 14473902.

HSL color Cylindrical-coordinate representation of color #AEDADC: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDADC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174218220-
CMYK0.210.0100.14
HSL182.61º39.66%77.25%-
HSV(B)182.61º20.91%86.27%-
XYZ55.4564.3177.2-
YUV205.07136.42105.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=28.43%
G=35.62%
B=35.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742182200.210.0100.14182.6139.6677.25
HexAEDADC1510Eb7284d
Octal25633233425101626750115
Binary10101110110110101101110010101101110101101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDADC; }

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

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

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

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

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

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

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

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