#AEE3DC

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

Shades of Ice Cold #AEE3DC

Tints of Ice Cold #AEE3DC

Color information

#AEE3DC (or 0xAEE3DC) is unknown color: approx Ice Cold. HEX triplet: AE, E3 and DC. RGB value is (174,227,220). Sum of RGB (Red+Green+Blue) = 174+227+220=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3DC is #511C23. Grayscale: #D2D2D2. Windows color (decimal): -5315620 or 14476206. OLE color: 14476206.

HSL color Cylindrical-coordinate representation of color #AEE3DC: hue angle of 172.08º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3DC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB174227220-
CMYK0.2300.030.11
HSL172.08º48.62%78.63%-
HSV(B)172.08º23.35%89.02%-
XYZ57.8469.178-
YUV210.36133.44102.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=28.02%
G=36.55%
B=35.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272200.2300.030.11172.0848.6278.63
HexAEE3DC1703Bac314f
Octal25634333427031325461117
Binary101011101110001111011100101110111011101011001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3DC; }

 p { color: rgb(174,227,220); }

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

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

 a { background-color: rgb(174,227,220); }

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

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

 span { border-color: rgb(174,227,220); }

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