#AEDDDC

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

Shades of Powder Blue #AEDDDC

Tints of Powder Blue #AEDDDC

Color information

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

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

Color convert

RGB174221220-
CMYK0.2100.000.13
HSL178.72º40.87%77.45%-
HSV(B)178.72º21.27%86.67%-
XYZ56.2365.8877.46-
YUV206.83135.43104.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212200.2100.000.13178.7240.8777.45
HexAEDDDC1500Db3294d
Octal25633533425001526351115
Binary10101110110111011101110010101001101101100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDDC; }

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

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

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

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

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

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

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

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