#AAE8DC

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

Shades of Ice Cold #AAE8DC

Tints of Ice Cold #AAE8DC

Color information

#AAE8DC (or 0xAAE8DC) is unknown color: approx Ice Cold. HEX triplet: AA, E8 and DC. RGB value is (170,232,220). Sum of RGB (Red+Green+Blue) = 170+232+220=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8DC is #551723. Grayscale: #D4D4D4. Windows color (decimal): -5576484 or 14477482. OLE color: 14477482.

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

Color convert

RGB170232220-
CMYK0.2700.050.09
HSL168.39º57.41%78.82%-
HSV(B)168.39º26.72%90.98%-
XYZ58.3571.4378.42-
YUV212.09132.4697.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=27.33%
G=37.30%
B=35.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702322200.2700.050.09168.3957.4178.82
HexAAE8DC1B059a8394f
Octal25235033433051125071117
Binary1010101011101000110111001101101011001101010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8DC; }

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

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

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

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

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

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

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

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