#AEE5E0

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

Shades of Ice Cold #AEE5E0

Tints of Ice Cold #AEE5E0

Color information

#AEE5E0 (or 0xAEE5E0) is unknown color: approx Ice Cold. HEX triplet: AE, E5 and E0. RGB value is (174,229,224). Sum of RGB (Red+Green+Blue) = 174+229+224=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5E0 is #511A1F. Grayscale: #D3D3D3. Windows color (decimal): -5315104 or 14738862. OLE color: 14738862.

HSL color Cylindrical-coordinate representation of color #AEE5E0: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5E0 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB174229224-
CMYK0.2400.020.10
HSL174.55º51.4%79.02%-
HSV(B)174.55º24.02%89.8%-
XYZ58.9370.4281.01-
YUV211.98134.78100.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=27.75%
G=36.52%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742292240.2400.020.10174.5551.479.02
HexAEE5E01802Aaf334f
Octal25634534030021225763117
Binary101011101110010111100000110000101010101011111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5E0; }

 p { color: rgb(174,229,224); }

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

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

 a { background-color: rgb(174,229,224); }

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

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

 span { border-color: rgb(174,229,224); }

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