#AAE3DC

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

Shades of Ice Cold #AAE3DC

Tints of Ice Cold #AAE3DC

Color information

#AAE3DC (or 0xAAE3DC) is unknown color: approx Ice Cold. HEX triplet: AA, E3 and DC. RGB value is (170,227,220). Sum of RGB (Red+Green+Blue) = 170+227+220=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3DC is #551C23. Grayscale: #D1D1D1. Windows color (decimal): -5577764 or 14476202. OLE color: 14476202.

HSL color Cylindrical-coordinate representation of color #AAE3DC: hue angle of 172.63º degrees, saturation: 0.5, 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 #AAE3DC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB170227220-
CMYK0.2500.030.11
HSL172.63º50.44%77.84%-
HSV(B)172.63º25.11%89.02%-
XYZ56.9668.6577.96-
YUV209.16134.12100.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=27.55%
G=36.79%
B=35.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702272200.2500.030.11172.6350.4477.84
HexAAE3DC1903Bad324e
Octal25234333431031325562116
Binary101010101110001111011100110010111011101011011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3DC; }

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

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

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

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

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

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

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

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