#AEE9DC

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

Shades of Ice Cold #AEE9DC

Tints of Ice Cold #AEE9DC

Color information

#AEE9DC (or 0xAEE9DC) is unknown color: approx Ice Cold. HEX triplet: AE, E9 and DC. RGB value is (174,233,220). Sum of RGB (Red+Green+Blue) = 174+233+220=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9DC is #511623. Grayscale: #D5D5D5. Windows color (decimal): -5314084 or 14477742. OLE color: 14477742.

HSL color Cylindrical-coordinate representation of color #AEE9DC: hue angle of 166.78º degrees, saturation: 0.57, 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 #AEE9DC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB174233220-
CMYK0.2500.060.09
HSL166.78º57.28%79.8%-
HSV(B)166.78º25.32%91.37%-
XYZ59.5172.4478.56-
YUV213.88131.4599.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=27.75%
G=37.16%
B=35.09%

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
Decimal1742332200.2500.060.09166.7857.2879.8
HexAEE9DC19069a73950
Octal25635133431061124771120
Binary1010111011101001110111001100101101001101001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9DC; }

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

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

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

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

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

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

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

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