#AEE8DD

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

Shades of Ice Cold #AEE8DD

Tints of Ice Cold #AEE8DD

Color information

#AEE8DD (or 0xAEE8DD) is unknown color: approx Ice Cold. HEX triplet: AE, E8 and DD. RGB value is (174,232,221). Sum of RGB (Red+Green+Blue) = 174+232+221=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DD is #511722. Grayscale: #D5D5D5. Windows color (decimal): -5314339 or 14543022. OLE color: 14543022.

HSL color Cylindrical-coordinate representation of color #AEE8DD: hue angle of 168.62º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8DD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB174232221-
CMYK0.2500.050.09
HSL168.62º55.77%79.61%-
HSV(B)168.62º25%90.98%-
XYZ59.3671.9379.16-
YUV213.4132.2899.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=27.75%
G=37.00%
B=35.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742322210.2500.050.09168.6255.7779.61
HexAEE8DD19059a93850
Octal25635033531051125170120
Binary1010111011101000110111011100101011001101010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8DD; }

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

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

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

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

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

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

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

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