#AEE8DB

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

Shades of Ice Cold #AEE8DB

Tints of Ice Cold #AEE8DB

Color information

#AEE8DB (or 0xAEE8DB) is unknown color: approx Ice Cold. HEX triplet: AE, E8 and DB. RGB value is (174,232,219). Sum of RGB (Red+Green+Blue) = 174+232+219=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DB is #511724. Grayscale: #D5D5D5. Windows color (decimal): -5314341 or 14411950. OLE color: 14411950.

HSL color Cylindrical-coordinate representation of color #AEE8DB: hue angle of 166.55º 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 #AEE8DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB174232219-
CMYK0.2500.060.09
HSL166.55º55.77%79.61%-
HSV(B)166.55º25%90.98%-
XYZ59.171.8377.77-
YUV213.18131.28100.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=27.84%
G=37.12%
B=35.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742322190.2500.060.09166.5555.7779.61
HexAEE8DB19069a73850
Octal25635033331061124770120
Binary1010111011101000110110111100101101001101001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8DB; }

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

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

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

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

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

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

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

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