#AEE3DF

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

Shades of Ice Cold #AEE3DF

Tints of Ice Cold #AEE3DF

Color information

#AEE3DF (or 0xAEE3DF) is unknown color: approx Ice Cold. HEX triplet: AE, E3 and DF. RGB value is (174,227,223). Sum of RGB (Red+Green+Blue) = 174+227+223=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3DF is #511C20. Grayscale: #D2D2D2. Windows color (decimal): -5315617 or 14672814. OLE color: 14672814.

HSL color Cylindrical-coordinate representation of color #AEE3DF: hue angle of 175.47º 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 #AEE3DF is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB174227223-
CMYK0.2300.020.11
HSL175.47º48.62%78.63%-
HSV(B)175.47º23.35%89.02%-
XYZ58.2469.2680.11-
YUV210.7134.94101.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=27.88%
G=36.38%
B=35.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272230.2300.020.11175.4748.6278.63
HexAEE3DF1702Baf314f
Octal25634333727021325761117
Binary101011101110001111011111101110101011101011111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3DF; }

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

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

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

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

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

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

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

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