#AEDED0

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

Shades of Ice Cold #AEDED0

Tints of Ice Cold #AEDED0

Color information

#AEDED0 (or 0xAEDED0) is unknown color: approx Ice Cold. HEX triplet: AE, DE and D0. RGB value is (174,222,208). Sum of RGB (Red+Green+Blue) = 174+222+208=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED0 is #51212F. Grayscale: #CECECE. Windows color (decimal): -5316912 or 13688494. OLE color: 13688494.

HSL color Cylindrical-coordinate representation of color #AEDED0: hue angle of 162.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDED0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB174222208-
CMYK0.2200.060.13
HSL162.5º42.11%77.65%-
HSV(B)162.5º21.62%87.06%-
XYZ54.9665.869.48-
YUV206.05129.1105.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=28.81%
G=36.75%
B=34.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222080.2200.060.13162.542.1177.65
HexAEDED01606Da22a4e
Octal25633632026061524252116
Binary1010111011011110110100001011001101101101000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDED0; }

 p { color: rgb(174,222,208); }

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

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

 a { background-color: rgb(174,222,208); }

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

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

 span { border-color: rgb(174,222,208); }

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