Html Css Color HEX #AAE5DF Ice Cold

📋 copy color: '#AAE5DF'

red 170 ◦ green 229 ◦ blue 223

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

Shades of Ice Cold #AAE5DF

Tints of Ice Cold #AAE5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 27.33%
G = 36.82%
B = 35.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#AAE5DF (or 0xAAE5DF) is known color: Ice Cold. HEX triplet: AA, E5 and DF. RGB value is (170,229,223). Sum of RGB (Red+Green+Blue) = 170+229+223=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5DF is #551A20. Grayscale: #D2D2D2. Windows color (decimal): -5577249 or 14673322. OLE color: 14673322.

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

Color convert

RGB 170 229 223 -
CMYK 0.26 0 0.03 0.10
HSL 173.9º 0.53% 0.78% -
HSV(B) 173.9º 0.26% 0.9% -
XYZ 57.92 69.91 80.25 -
YUV 210.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 170 229 223 0.26 0 0.03 0.10 173.9 0.53 0.78
Hex AA E5 DF 1A 0 3 A AE 35 4E
Octal 252 345 337 32 0 3 12 256 65 116
Binary 10101010 11100101 11011111 11010 0 11 1010 10101110 110101 1001110

Color Harmonies of #AAE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5DF

Black with #AAE5DF

Text Example


Text Example

White with #AAE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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