#AEE9D9

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

Shades of Ice Cold #AEE9D9

Tints of Ice Cold #AEE9D9

Color information

#AEE9D9 (or 0xAEE9D9) is unknown color: approx Ice Cold. HEX triplet: AE, E9 and D9. RGB value is (174,233,217). Sum of RGB (Red+Green+Blue) = 174+233+217=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9D9 is #511626. Grayscale: #D5D5D5. Windows color (decimal): -5314087 or 14281134. OLE color: 14281134.

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

Color convert

RGB174233217-
CMYK0.2500.070.09
HSL163.73º57.28%79.8%-
HSV(B)163.73º25.32%91.37%-
XYZ59.1272.2976.48-
YUV213.53129.9599.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=27.88%
G=37.34%
B=34.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742332170.2500.070.09163.7357.2879.8
HexAEE9D919079a43950
Octal25635133131071124471120
Binary1010111011101001110110011100101111001101001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9D9; }

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

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

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

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

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

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

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

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