#AAE0D1

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

Shades of Ice Cold #AAE0D1

Tints of Ice Cold #AAE0D1

Color information

#AAE0D1 (or 0xAAE0D1) is unknown color: approx Ice Cold. HEX triplet: AA, E0 and D1. RGB value is (170,224,209). Sum of RGB (Red+Green+Blue) = 170+224+209=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D1 is #551F2E. Grayscale: #CECECE. Windows color (decimal): -5578543 or 13754538. OLE color: 13754538.

HSL color Cylindrical-coordinate representation of color #AAE0D1: hue angle of 163.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0D1 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB170224209-
CMYK0.2400.070.12
HSL163.33º46.55%77.25%-
HSV(B)163.33º24.11%87.84%-
XYZ54.7466.4670.26-
YUV206.14129.61102.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=28.19%
G=37.15%
B=34.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702242090.2400.070.12163.3346.5577.25
HexAAE0D11807Ca32f4d
Octal25234032130071424357115
Binary1010101011100000110100011100001111100101000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0D1; }

 p { color: rgb(170,224,209); }

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

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

 a { background-color: rgb(170,224,209); }

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

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

 span { border-color: rgb(170,224,209); }

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