Html Css Color HEX #AAE0D1 Ice Cold

📋 copy color: '#AAE0D1'

red 170 ◦ green 224 ◦ blue 209

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

Shades of Ice Cold #AAE0D1

Tints of Ice Cold #AAE0D1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 28.19%
G = 37.15%
B = 34.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#AAE0D1 (or 0xAAE0D1) is known color: Ice Cold. HEX triplet: AA, E0 and D1. RGB value is (170,224,209). Sum of RGB (Red+Green+Blue) = 170+224+209=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0D1 is #551F2E. Grayscale: #CECECE. Windows color (decimal): -5578543 or 13754538. OLE color: 13754538.

HSL color Cylindrical-coordinate representation of color #AAE0D1: hue angle of 163.33º degrees, saturation: 0.47, 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 #AAE0D1 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 209 -
CMYK 0.24 0 0.07 0.12
HSL 163.33º 0.47% 0.77% -
HSV(B) 163.33º 0.24% 0.88% -
XYZ 54.74 66.46 70.26 -
YUV 206.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 170 224 209 0.24 0 0.07 0.12 163.33 0.47 0.77
Hex AA E0 D1 18 0 7 C A3 2F 4D
Octal 252 340 321 30 0 7 14 243 57 115
Binary 10101010 11100000 11010001 11000 0 111 1100 10100011 101111 1001101

Color Harmonies of #AAE0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0D1

Black with #AAE0D1

Text Example


Text Example

White with #AAE0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0D1; }

 p { color: rgb(170,224,209); }

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

background-color css

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

 a { background-color: rgb(170,224,209); }

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

border-color css

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

 span { border-color: rgb(170,224,209); }

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