#AEE2DC

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

Shades of Ice Cold #AEE2DC

Tints of Ice Cold #AEE2DC

Color information

#AEE2DC (or 0xAEE2DC) is unknown color: approx Ice Cold. HEX triplet: AE, E2 and DC. RGB value is (174,226,220). Sum of RGB (Red+Green+Blue) = 174+226+220=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DC is #511D23. Grayscale: #D1D1D1. Windows color (decimal): -5315876 or 14475950. OLE color: 14475950.

HSL color Cylindrical-coordinate representation of color #AEE2DC: hue angle of 173.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2DC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB174226220-
CMYK0.2300.030.11
HSL173.08º47.27%78.43%-
HSV(B)173.08º23.01%88.63%-
XYZ57.5768.5677.91-
YUV209.77133.77102.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=28.06%
G=36.45%
B=35.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262200.2300.030.11173.0847.2778.43
HexAEE2DC1703Bad2f4e
Octal25634233427031325557116
Binary101011101110001011011100101110111011101011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2DC; }

 p { color: rgb(174,226,220); }

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

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

 a { background-color: rgb(174,226,220); }

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

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

 span { border-color: rgb(174,226,220); }

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