#AADED0

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

Shades of Ice Cold #AADED0

Tints of Ice Cold #AADED0

Color information

#AADED0 (or 0xAADED0) is unknown color: approx Ice Cold. HEX triplet: AA, DE and D0. RGB value is (170,222,208). Sum of RGB (Red+Green+Blue) = 170+222+208=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED0 is #55212F. Grayscale: #CCCCCC. Windows color (decimal): -5579056 or 13688490. OLE color: 13688490.

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

Color convert

RGB170222208-
CMYK0.2300.060.13
HSL163.85º44.07%76.86%-
HSV(B)163.85º23.42%87.06%-
XYZ54.0865.3469.44-
YUV204.86129.77103.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=28.33%
G=37%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222080.2300.060.13163.8544.0776.86
HexAADED01706Da42c4d
Octal25233632027061524454115
Binary1010101011011110110100001011101101101101001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADED0; }

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

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

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

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

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

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

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

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