#AAE8D6

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

Shades of Ice Cold #AAE8D6

Tints of Ice Cold #AAE8D6

Color information

#AAE8D6 (or 0xAAE8D6) is unknown color: approx Ice Cold. HEX triplet: AA, E8 and D6. RGB value is (170,232,214). Sum of RGB (Red+Green+Blue) = 170+232+214=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D6 is #551729. Grayscale: #D3D3D3. Windows color (decimal): -5576490 or 14084266. OLE color: 14084266.

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

Color convert

RGB170232214-
CMYK0.2700.080.09
HSL162.58º57.41%78.82%-
HSV(B)162.58º26.72%90.98%-
XYZ57.5771.1174.31-
YUV211.41129.4698.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=27.60%
G=37.66%
B=34.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702322140.2700.080.09162.5857.4178.82
HexAAE8D61B089a3394f
Octal252350326330101124371117
Binary10101010111010001101011011011010001001101000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8D6; }

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

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

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

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

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

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

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

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