#AAEBD8

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

Shades of Ice Cold #AAEBD8

Tints of Ice Cold #AAEBD8

Color information

#AAEBD8 (or 0xAAEBD8) is unknown color: approx Ice Cold. HEX triplet: AA, EB and D8. RGB value is (170,235,216). Sum of RGB (Red+Green+Blue) = 170+235+216=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD8 is #551427. Grayscale: #D5D5D5. Windows color (decimal): -5575720 or 14216106. OLE color: 14216106.

HSL color Cylindrical-coordinate representation of color #AAEBD8: hue angle of 162.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBD8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB170235216-
CMYK0.2800.080.08
HSL162.46º61.9%79.41%-
HSV(B)162.46º27.66%92.16%-
XYZ58.6872.9275.95-
YUV213.4129.4797.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=27.38%
G=37.84%
B=34.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352160.2800.080.08162.4661.979.41
HexAAEBD81C088a23e4f
Octal252353330340101024276117
Binary10101010111010111101100011100010001000101000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBD8; }

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

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

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

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

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

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

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

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