#AEDCDD

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

Shades of Powder Blue #AEDCDD

Tints of Powder Blue #AEDCDD

Color information

#AEDCDD (or 0xAEDCDD) is unknown color: approx Powder Blue. HEX triplet: AE, DC and DD. RGB value is (174,220,221). Sum of RGB (Red+Green+Blue) = 174+220+221=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDD is #512322. Grayscale: #CECECE. Windows color (decimal): -5317411 or 14539950. OLE color: 14539950.

HSL color Cylindrical-coordinate representation of color #AEDCDD: hue angle of 181.28º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCDD is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174220221-
CMYK0.210.0000.13
HSL181.28º40.87%77.45%-
HSV(B)181.28º21.27%86.67%-
XYZ56.165.4178.07-
YUV206.36136.26104.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=28.29%
G=35.77%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742202210.210.0000.13181.2840.8777.45
HexAEDCDD1500Db5294d
Octal25633433525001526551115
Binary10101110110111001101110110101001101101101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCDD; }

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

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

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

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

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

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

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

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