Html Css Color HEX #AAE1D9 Ice Cold

📋 copy color: '#AAE1D9'

red 170 ◦ green 225 ◦ blue 217

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

Shades of Ice Cold #AAE1D9

Tints of Ice Cold #AAE1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.76%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 27.78%
G = 36.76%
B = 35.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#AAE1D9 (or 0xAAE1D9) is known color: Ice Cold. HEX triplet: AA, E1 and D9. RGB value is (170,225,217). Sum of RGB (Red+Green+Blue) = 170+225+217=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D9 is #551E26. Grayscale: #CFCFCF. Windows color (decimal): -5578279 or 14279082. OLE color: 14279082.

HSL color Cylindrical-coordinate representation of color #AAE1D9: hue angle of 171.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1D9 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 217 -
CMYK 0.24 0 0.04 0.12
HSL 171.27º 0.48% 0.77% -
HSV(B) 171.27º 0.24% 0.88% -
XYZ 56.03 67.41 75.7 -
YUV 207.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 170 225 217 0.24 0 0.04 0.12 171.27 0.48 0.77
Hex AA E1 D9 18 0 4 C AB 30 4D
Octal 252 341 331 30 0 4 14 253 60 115
Binary 10101010 11100001 11011001 11000 0 100 1100 10101011 110000 1001101

Color Harmonies of #AAE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1D9

Black with #AAE1D9

Text Example


Text Example

White with #AAE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1D9; }

 p { color: rgb(170,225,217); }

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

background-color css

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

 a { background-color: rgb(170,225,217); }

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

border-color css

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

 span { border-color: rgb(170,225,217); }

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