#AAE1CD

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

Shades of Ice Cold #AAE1CD

Tints of Ice Cold #AAE1CD

Color information

#AAE1CD (or 0xAAE1CD) is unknown color: approx Ice Cold. HEX triplet: AA, E1 and CD. RGB value is (170,225,205). Sum of RGB (Red+Green+Blue) = 170+225+205=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1CD is #551E32. Grayscale: #CECECE. Windows color (decimal): -5578291 or 13492650. OLE color: 13492650.

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

Color convert

RGB170225205-
CMYK0.2400.090.12
HSL158.18º47.83%77.45%-
HSV(B)158.18º24.44%88.24%-
XYZ54.5266.867.78-
YUV206.27127.28102.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=28.33%
G=37.5%
B=34.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702252050.2400.090.12158.1847.8377.45
HexAAE1CD1809C9e304d
Octal252341315300111423660115
Binary10101010111000011100110111000010011100100111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1CD; }

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

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

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

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

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

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

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

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