#AEEBD9

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

Shades of Ice Cold #AEEBD9

Tints of Ice Cold #AEEBD9

Color information

#AEEBD9 (or 0xAEEBD9) is unknown color: approx Ice Cold. HEX triplet: AE, EB and D9. RGB value is (174,235,217). Sum of RGB (Red+Green+Blue) = 174+235+217=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD9 is #511426. Grayscale: #D6D6D6. Windows color (decimal): -5313575 or 14281646. OLE color: 14281646.

HSL color Cylindrical-coordinate representation of color #AEEBD9: hue angle of 162.3º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB174235217-
CMYK0.2600.080.08
HSL162.3º60.4%80.2%-
HSV(B)162.3º25.96%92.16%-
XYZ59.6973.4376.67-
YUV214.71129.2998.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=27.80%
G=37.54%
B=34.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352170.2600.080.08162.360.480.2
HexAEEBD91A088a23c50
Octal256353331320101024274120
Binary10101110111010111101100111010010001000101000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBD9; }

 p { color: rgb(174,235,217); }

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

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

 a { background-color: rgb(174,235,217); }

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

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

 span { border-color: rgb(174,235,217); }

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