#AAE8D3

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

Shades of Ice Cold #AAE8D3

Tints of Ice Cold #AAE8D3

Color information

#AAE8D3 (or 0xAAE8D3) is unknown color: approx Ice Cold. HEX triplet: AA, E8 and D3. RGB value is (170,232,211). Sum of RGB (Red+Green+Blue) = 170+232+211=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D3 is #55172C. Grayscale: #D3D3D3. Windows color (decimal): -5576493 or 13887658. OLE color: 13887658.

HSL color Cylindrical-coordinate representation of color #AAE8D3: hue angle of 159.68º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8D3 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB170232211-
CMYK0.2700.090.09
HSL159.68º57.41%78.82%-
HSV(B)159.68º26.72%90.98%-
XYZ57.1970.9672.31-
YUV211.07127.9698.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=27.73%
G=37.85%
B=34.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702322110.2700.090.09159.6857.4178.82
HexAAE8D31B099a0394f
Octal252350323330111124071117
Binary10101010111010001101001111011010011001101000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8D3; }

 p { color: rgb(170,232,211); }

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

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

 a { background-color: rgb(170,232,211); }

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

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

 span { border-color: rgb(170,232,211); }

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