#AEE8DA

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

Shades of Ice Cold #AEE8DA

Tints of Ice Cold #AEE8DA

Color information

#AEE8DA (or 0xAEE8DA) is unknown color: approx Ice Cold. HEX triplet: AE, E8 and DA. RGB value is (174,232,218). Sum of RGB (Red+Green+Blue) = 174+232+218=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DA is #511725. Grayscale: #D5D5D5. Windows color (decimal): -5314342 or 14346414. OLE color: 14346414.

HSL color Cylindrical-coordinate representation of color #AEE8DA: hue angle of 165.52º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8DA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB174232218-
CMYK0.2500.060.09
HSL165.52º55.77%79.61%-
HSV(B)165.52º25%90.98%-
XYZ58.9771.7777.08-
YUV213.06130.78100.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=27.88%
G=37.18%
B=34.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742322180.2500.060.09165.5255.7779.61
HexAEE8DA19069a63850
Octal25635033231061124670120
Binary1010111011101000110110101100101101001101001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8DA; }

 p { color: rgb(174,232,218); }

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

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

 a { background-color: rgb(174,232,218); }

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

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

 span { border-color: rgb(174,232,218); }

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