#AEE0DA

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

Shades of Ice Cold #AEE0DA

Tints of Ice Cold #AEE0DA

Color information

#AEE0DA (or 0xAEE0DA) is unknown color: approx Ice Cold. HEX triplet: AE, E0 and DA. RGB value is (174,224,218). Sum of RGB (Red+Green+Blue) = 174+224+218=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DA is #511F25. Grayscale: #D0D0D0. Windows color (decimal): -5316390 or 14344366. OLE color: 14344366.

HSL color Cylindrical-coordinate representation of color #AEE0DA: hue angle of 172.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB174224218-
CMYK0.2200.030.12
HSL172.8º44.64%78.04%-
HSV(B)172.8º22.32%87.84%-
XYZ56.7767.3776.34-
YUV208.37133.44103.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=28.25%
G=36.36%
B=35.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742242180.2200.030.12172.844.6478.04
HexAEE0DA1603Cad2d4e
Octal25634033226031425555116
Binary101011101110000011011010101100111100101011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0DA; }

 p { color: rgb(174,224,218); }

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

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

 a { background-color: rgb(174,224,218); }

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

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

 span { border-color: rgb(174,224,218); }

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