#AEE4DC

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

Shades of Ice Cold #AEE4DC

Tints of Ice Cold #AEE4DC

Color information

#AEE4DC (or 0xAEE4DC) is unknown color: approx Ice Cold. HEX triplet: AE, E4 and DC. RGB value is (174,228,220). Sum of RGB (Red+Green+Blue) = 174+228+220=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4DC is #511B23. Grayscale: #D2D2D2. Windows color (decimal): -5315364 or 14476462. OLE color: 14476462.

HSL color Cylindrical-coordinate representation of color #AEE4DC: hue angle of 171.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE4DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB174228220-
CMYK0.2400.040.11
HSL171.11º50%78.82%-
HSV(B)171.11º23.68%89.41%-
XYZ58.1269.6578.09-
YUV210.94133.11101.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=27.97%
G=36.66%
B=35.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742282200.2400.040.11171.115078.82
HexAEE4DC1804Bab324f
Octal25634433430041325362117
Binary1010111011100100110111001100001001011101010111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4DC; }

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

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

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

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

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

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

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

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