#AEE1DB

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

Shades of Ice Cold #AEE1DB

Tints of Ice Cold #AEE1DB

Color information

#AEE1DB (or 0xAEE1DB) is unknown color: approx Ice Cold. HEX triplet: AE, E1 and DB. RGB value is (174,225,219). Sum of RGB (Red+Green+Blue) = 174+225+219=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DB is #511E24. Grayscale: #D1D1D1. Windows color (decimal): -5316133 or 14410158. OLE color: 14410158.

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

Color convert

RGB174225219-
CMYK0.2300.030.12
HSL172.94º45.95%78.24%-
HSV(B)172.94º22.67%88.24%-
XYZ57.1767.9677.12-
YUV209.07133.6102.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=28.16%
G=36.41%
B=35.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742252190.2300.030.12172.9445.9578.24
HexAEE1DB1703Cad2e4e
Octal25634133327031425556116
Binary101011101110000111011011101110111100101011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1DB; }

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

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

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

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

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

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

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

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