#AEDCDC

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

Shades of Powder Blue #AEDCDC

Tints of Powder Blue #AEDCDC

Color information

#AEDCDC (or 0xAEDCDC) is unknown color: approx Powder Blue. HEX triplet: AE, DC and DC. RGB value is (174,220,220). Sum of RGB (Red+Green+Blue) = 174+220+220=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #AEDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDC is #512323. Grayscale: #CECECE. Windows color (decimal): -5317412 or 14474414. OLE color: 14474414.

HSL color Cylindrical-coordinate representation of color #AEDCDC: hue angle of 180º 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 #AEDCDC is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174220220-
CMYK0.21000.14
HSL180º39.66%77.25%-
HSV(B)180º20.91%86.27%-
XYZ55.9765.3577.37-
YUV206.25135.76105-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=28.34%
G=35.83%
B=35.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202200.21000.1418039.6677.25
HexAEDCDC1500Eb4284d
Octal25633433425001626450115
Binary10101110110111001101110010101001110101101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCDC; }

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

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

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

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

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

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

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

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