#AAECD8

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

Shades of Ice Cold #AAECD8

Tints of Ice Cold #AAECD8

Color information

#AAECD8 (or 0xAAECD8) is unknown color: approx Ice Cold. HEX triplet: AA, EC and D8. RGB value is (170,236,216). Sum of RGB (Red+Green+Blue) = 170+236+216=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECD8 is #551327. Grayscale: #D5D5D5. Windows color (decimal): -5575464 or 14216362. OLE color: 14216362.

HSL color Cylindrical-coordinate representation of color #AAECD8: hue angle of 161.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECD8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB170236216-
CMYK0.2800.080.07
HSL161.82º63.46%79.61%-
HSV(B)161.82º27.97%92.55%-
XYZ58.9773.4976.04-
YUV213.99129.1396.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=27.33%
G=37.94%
B=34.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362160.2800.080.07161.8263.4679.61
HexAAECD81C087a23f50
Octal25235433034010724277120
Binary1010101011101100110110001110001000111101000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECD8; }

 p { color: rgb(170,236,216); }

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

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

 a { background-color: rgb(170,236,216); }

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

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

 span { border-color: rgb(170,236,216); }

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