Html Css Color HEX #AAE9DD Ice Cold

📋 copy color: '#AAE9DD'

red 170 ◦ green 233 ◦ blue 221

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

Shades of Ice Cold #AAE9DD

Tints of Ice Cold #AAE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.34%

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 27.24%
G = 37.34%
B = 35.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#AAE9DD (or 0xAAE9DD) is known color: Ice Cold. HEX triplet: AA, E9 and DD. RGB value is (170,233,221). Sum of RGB (Red+Green+Blue) = 170+233+221=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9DD is #551622. Grayscale: #D4D4D4. Windows color (decimal): -5576227 or 14543274. OLE color: 14543274.

HSL color Cylindrical-coordinate representation of color #AAE9DD: hue angle of 168.57º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9DD is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 221 -
CMYK 0.27 0 0.05 0.09
HSL 168.57º 0.59% 0.79% -
HSV(B) 168.57º 0.27% 0.91% -
XYZ 58.77 72.04 79.22 -
YUV 212.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 170 233 221 0.27 0 0.05 0.09 168.57 0.59 0.79
Hex AA E9 DD 1B 0 5 9 A9 3B 4F
Octal 252 351 335 33 0 5 11 251 73 117
Binary 10101010 11101001 11011101 11011 0 101 1001 10101001 111011 1001111

Color Harmonies of #AAE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9DD

Black with #AAE9DD

Text Example


Text Example

White with #AAE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9DD; }

 p { color: rgb(170,233,221); }

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

background-color css

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

 a { background-color: rgb(170,233,221); }

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

border-color css

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

 span { border-color: rgb(170,233,221); }

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