#AAE2DE

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

Shades of Ice Cold #AAE2DE

Tints of Ice Cold #AAE2DE

Color information

#AAE2DE (or 0xAAE2DE) is unknown color: approx Ice Cold. HEX triplet: AA, E2 and DE. RGB value is (170,226,222). Sum of RGB (Red+Green+Blue) = 170+226+222=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DE is #551D21. Grayscale: #D0D0D0. Windows color (decimal): -5578018 or 14607018. OLE color: 14607018.

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

Color convert

RGB170226222-
CMYK0.2500.020.11
HSL175.71º49.12%77.65%-
HSV(B)175.71º24.78%88.63%-
XYZ56.9668.2179.27-
YUV208.8135.45100.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=27.51%
G=36.57%
B=35.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702262220.2500.020.11175.7149.1277.65
HexAAE2DE1902Bb0314e
Octal25234233631021326061116
Binary101010101110001011011110110010101011101100001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2DE; }

 p { color: rgb(170,226,222); }

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

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

 a { background-color: rgb(170,226,222); }

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

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

 span { border-color: rgb(170,226,222); }

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