#AAE1D7

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

Shades of Ice Cold #AAE1D7

Tints of Ice Cold #AAE1D7

Color information

#AAE1D7 (or 0xAAE1D7) is unknown color: approx Ice Cold. HEX triplet: AA, E1 and D7. RGB value is (170,225,215). Sum of RGB (Red+Green+Blue) = 170+225+215=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D7 is #551E28. Grayscale: #CFCFCF. Windows color (decimal): -5578281 or 14148010. OLE color: 14148010.

HSL color Cylindrical-coordinate representation of color #AAE1D7: hue angle of 169.09º degrees, saturation: 0.48, 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 #AAE1D7 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB170225215-
CMYK0.2400.040.12
HSL169.09º47.83%77.45%-
HSV(B)169.09º24.44%88.24%-
XYZ55.7767.374.34-
YUV207.41132.28101.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=27.87%
G=36.89%
B=35.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702252150.2400.040.12169.0947.8377.45
HexAAE1D71804Ca9304d
Octal25234132730041425160115
Binary1010101011100001110101111100001001100101010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1D7; }

 p { color: rgb(170,225,215); }

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

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

 a { background-color: rgb(170,225,215); }

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

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

 span { border-color: rgb(170,225,215); }

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