#AAE0CE

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

Shades of Ice Cold #AAE0CE

Tints of Ice Cold #AAE0CE

Color information

#AAE0CE (or 0xAAE0CE) is unknown color: approx Ice Cold. HEX triplet: AA, E0 and CE. RGB value is (170,224,206). Sum of RGB (Red+Green+Blue) = 170+224+206=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0CE is #551F31. Grayscale: #CDCDCD. Windows color (decimal): -5578546 or 13557930. OLE color: 13557930.

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

Color convert

RGB170224206-
CMYK0.2400.080.12
HSL160º46.55%77.25%-
HSV(B)160º24.11%87.84%-
XYZ54.3766.3168.33-
YUV205.8128.11102.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=28.33%
G=37.33%
B=34.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702242060.2400.080.1216046.5577.25
HexAAE0CE1808Ca02f4d
Octal252340316300101424057115
Binary10101010111000001100111011000010001100101000001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0CE; }

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

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

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

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

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

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

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

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