#AEDEDD

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

Shades of Powder Blue #AEDEDD

Tints of Powder Blue #AEDEDD

Color information

#AEDEDD (or 0xAEDEDD) is unknown color: approx Powder Blue. HEX triplet: AE, DE and DD. RGB value is (174,222,221). Sum of RGB (Red+Green+Blue) = 174+222+221=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDD is #512122. Grayscale: #CFCFCF. Windows color (decimal): -5316899 or 14540462. OLE color: 14540462.

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

Color convert

RGB174222221-
CMYK0.2200.000.13
HSL178.75º42.11%77.65%-
HSV(B)178.75º21.62%87.06%-
XYZ56.6366.4678.25-
YUV207.53135.6104.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=28.20%
G=35.98%
B=35.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222210.2200.000.13178.7542.1177.65
HexAEDEDD1600Db32a4e
Octal25633633526001526352116
Binary10101110110111101101110110110001101101100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEDD; }

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

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

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

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

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

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

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

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