#AEDDD0

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

Shades of Ice Cold #AEDDD0

Tints of Ice Cold #AEDDD0

Color information

#AEDDD0 (or 0xAEDDD0) is unknown color: approx Ice Cold. HEX triplet: AE, DD and D0. RGB value is (174,221,208). Sum of RGB (Red+Green+Blue) = 174+221+208=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD0 is #51222F. Grayscale: #CDCDCD. Windows color (decimal): -5317168 or 13688238. OLE color: 13688238.

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

Color convert

RGB174221208-
CMYK0.2100.060.13
HSL163.4º40.87%77.45%-
HSV(B)163.4º21.27%86.67%-
XYZ54.765.2769.39-
YUV205.46129.43105.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=28.86%
G=36.65%
B=34.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212080.2100.060.13163.440.8777.45
HexAEDDD01506Da3294d
Octal25633532025061524351115
Binary1010111011011101110100001010101101101101000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDD0; }

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

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

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

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

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

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

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

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