#AEE4DD

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

Shades of Ice Cold #AEE4DD

Tints of Ice Cold #AEE4DD

Color information

#AEE4DD (or 0xAEE4DD) is unknown color: approx Ice Cold. HEX triplet: AE, E4 and DD. RGB value is (174,228,221). Sum of RGB (Red+Green+Blue) = 174+228+221=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4DD is #511B22. Grayscale: #D3D3D3. Windows color (decimal): -5315363 or 14541998. OLE color: 14541998.

HSL color Cylindrical-coordinate representation of color #AEE4DD: hue angle of 172.22º 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 #AEE4DD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB174228221-
CMYK0.2400.030.11
HSL172.22º50%78.82%-
HSV(B)172.22º23.68%89.41%-
XYZ58.2569.7178.79-
YUV211.06133.61101.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=27.93%
G=36.60%
B=35.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742282210.2400.030.11172.225078.82
HexAEE4DD1803Bac324f
Octal25634433530031325462117
Binary101011101110010011011101110000111011101011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4DD; }

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

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

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

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

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

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

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

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