#AEE2DD

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

Shades of Ice Cold #AEE2DD

Tints of Ice Cold #AEE2DD

Color information

#AEE2DD (or 0xAEE2DD) is unknown color: approx Ice Cold. HEX triplet: AE, E2 and DD. RGB value is (174,226,221). Sum of RGB (Red+Green+Blue) = 174+226+221=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DD is #511D22. Grayscale: #D1D1D1. Windows color (decimal): -5315875 or 14541486. OLE color: 14541486.

HSL color Cylindrical-coordinate representation of color #AEE2DD: hue angle of 174.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB174226221-
CMYK0.2300.020.11
HSL174.23º47.27%78.43%-
HSV(B)174.23º23.01%88.63%-
XYZ57.768.6178.61-
YUV209.88134.27102.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=28.02%
G=36.39%
B=35.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262210.2300.020.11174.2347.2778.43
HexAEE2DD1702Bae2f4e
Octal25634233527021325657116
Binary101011101110001011011101101110101011101011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2DD; }

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

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

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

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

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

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

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

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