#AEE5DD

Color #AEE5DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AEE5DD

Tints of Ice Cold #AEE5DD

Color information

#AEE5DD (or 0xAEE5DD) is unknown color: approx Ice Cold. HEX triplet: AE, E5 and DD. RGB value is (174,229,221). Sum of RGB (Red+Green+Blue) = 174+229+221=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5DD is #511A22. Grayscale: #D3D3D3. Windows color (decimal): -5315107 or 14542254. OLE color: 14542254.

HSL color Cylindrical-coordinate representation of color #AEE5DD: hue angle of 171.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5DD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB174229221-
CMYK0.2400.030.10
HSL171.27º51.4%79.02%-
HSV(B)171.27º24.02%89.8%-
XYZ58.5370.2678.88-
YUV211.64133.28101.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=27.88%
G=36.70%
B=35.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742292210.2400.030.10171.2751.479.02
HexAEE5DD1803Aab334f
Octal25634533530031225363117
Binary101011101110010111011101110000111010101010111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5DD; }

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

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

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

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

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

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

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

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