#AEE7D8

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

Shades of Ice Cold #AEE7D8

Tints of Ice Cold #AEE7D8

Color information

#AEE7D8 (or 0xAEE7D8) is unknown color: approx Ice Cold. HEX triplet: AE, E7 and D8. RGB value is (174,231,216). Sum of RGB (Red+Green+Blue) = 174+231+216=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7D8 is #511827. Grayscale: #D4D4D4. Windows color (decimal): -5314600 or 14215086. OLE color: 14215086.

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

Color convert

RGB174231216-
CMYK0.2500.060.09
HSL164.21º54.29%79.41%-
HSV(B)164.21º24.68%90.59%-
XYZ58.4371.1175.61-
YUV212.25130.12100.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=28.02%
G=37.20%
B=34.78%

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
Decimal1742312160.2500.060.09164.2154.2979.41
HexAEE7D819069a4364f
Octal25634733031061124466117
Binary1010111011100111110110001100101101001101001001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7D8; }

 p { color: rgb(174,231,216); }

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

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

 a { background-color: rgb(174,231,216); }

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

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

 span { border-color: rgb(174,231,216); }

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