Html Css Color HEX #AAE2DC Ice Cold

📋 copy color: '#AAE2DC'

red 170 ◦ green 226 ◦ blue 220

#AAE2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #AAE2DC

Tints of Ice Cold #AAE2DC

RGB

 RED value IS 170 (66.8% from 255) = 27.6%

 GREEN value IS 226 (88.67% from 255) = 36.69%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 27.6%
G = 36.69%
B = 35.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#AAE2DC (or 0xAAE2DC) is known color: Ice Cold. HEX triplet: AA, E2 and DC. RGB value is (170,226,220). Sum of RGB (Red+Green+Blue) = 170+226+220=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DC is #551D23. Grayscale: #D0D0D0. Windows color (decimal): -5578020 or 14475946. OLE color: 14475946.

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

Color convert

RGB 170 226 220 -
CMYK 0.25 0 0.03 0.11
HSL 173.57º 0.49% 0.78% -
HSV(B) 173.57º 0.25% 0.89% -
XYZ 56.69 68.11 77.87 -
YUV 208.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 170 226 220 0.25 0 0.03 0.11 173.57 0.49 0.78
Hex AA E2 DC 19 0 3 B AE 31 4E
Octal 252 342 334 31 0 3 13 256 61 116
Binary 10101010 11100010 11011100 11001 0 11 1011 10101110 110001 1001110

Color Harmonies of #AAE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2DC

Black with #AAE2DC

Text Example


Text Example

White with #AAE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2DC; }

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

 H1.HeaderClassName
 {
   color: #AAE2DC;
 }
 .AnyTagClassName
 {
   color: #AAE2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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