#AEE1DC

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

Shades of Ice Cold #AEE1DC

Tints of Ice Cold #AEE1DC

Color information

#AEE1DC (or 0xAEE1DC) is unknown color: approx Ice Cold. HEX triplet: AE, E1 and DC. RGB value is (174,225,220). Sum of RGB (Red+Green+Blue) = 174+225+220=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DC is #511E23. Grayscale: #D1D1D1. Windows color (decimal): -5316132 or 14475694. OLE color: 14475694.

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

Color convert

RGB174225220-
CMYK0.2300.020.12
HSL174.12º45.95%78.24%-
HSV(B)174.12º22.67%88.24%-
XYZ57.368.0277.82-
YUV209.18134.1102.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=28.11%
G=36.35%
B=35.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742252200.2300.020.12174.1245.9578.24
HexAEE1DC1702Cae2e4e
Octal25634133427021425656116
Binary101011101110000111011100101110101100101011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1DC; }

 p { color: rgb(174,225,220); }

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

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

 a { background-color: rgb(174,225,220); }

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

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

 span { border-color: rgb(174,225,220); }

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