Html Css Color HEX #AAE5DC Ice Cold

📋 copy color: '#AAE5DC'

red 170 ◦ green 229 ◦ blue 220

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

Shades of Ice Cold #AAE5DC

Tints of Ice Cold #AAE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37%

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

R = 27.46%
G = 37%
B = 35.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#AAE5DC (or 0xAAE5DC) is known color: Ice Cold. HEX triplet: AA, E5 and DC. RGB value is (170,229,220). Sum of RGB (Red+Green+Blue) = 170+229+220=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5DC is #551A23. Grayscale: #D2D2D2. Windows color (decimal): -5577252 or 14476714. OLE color: 14476714.

HSL color Cylindrical-coordinate representation of color #AAE5DC: hue angle of 170.85º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5DC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 220 -
CMYK 0.26 0 0.04 0.10
HSL 170.85º 0.53% 0.78% -
HSV(B) 170.85º 0.26% 0.9% -
XYZ 57.52 69.75 78.14 -
YUV 210.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 170 229 220 0.26 0 0.04 0.10 170.85 0.53 0.78
Hex AA E5 DC 1A 0 4 A AB 35 4E
Octal 252 345 334 32 0 4 12 253 65 116
Binary 10101010 11100101 11011100 11010 0 100 1010 10101011 110101 1001110

Color Harmonies of #AAE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5DC

Black with #AAE5DC

Text Example


Text Example

White with #AAE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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