#AAE1D6

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

Shades of Ice Cold #AAE1D6

Tints of Ice Cold #AAE1D6

Color information

#AAE1D6 (or 0xAAE1D6) is unknown color: approx Ice Cold. HEX triplet: AA, E1 and D6. RGB value is (170,225,214). Sum of RGB (Red+Green+Blue) = 170+225+214=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D6 is #551E29. Grayscale: #CFCFCF. Windows color (decimal): -5578282 or 14082474. OLE color: 14082474.

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

Color convert

RGB170225214-
CMYK0.2400.050.12
HSL168º47.83%77.45%-
HSV(B)168º24.44%88.24%-
XYZ55.6467.2573.67-
YUV207.3131.78101.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=27.91%
G=36.95%
B=35.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702252140.2400.050.1216847.8377.45
HexAAE1D61805Ca8304d
Octal25234132630051425060115
Binary1010101011100001110101101100001011100101010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1D6; }

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

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

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

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

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

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

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

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