Html Css Color HEX #AAE9DA Ice Cold

📋 copy color: '#AAE9DA'

red 170 ◦ green 233 ◦ blue 218

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

Shades of Ice Cold #AAE9DA

Tints of Ice Cold #AAE9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 27.38%
G = 37.52%
B = 35.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AAE9DA (or 0xAAE9DA) is known color: Ice Cold. HEX triplet: AA, E9 and DA. RGB value is (170,233,218). Sum of RGB (Red+Green+Blue) = 170+233+218=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9DA is #551625. Grayscale: #D4D4D4. Windows color (decimal): -5576230 or 14346666. OLE color: 14346666.

HSL color Cylindrical-coordinate representation of color #AAE9DA: hue angle of 165.71º 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 #AAE9DA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 218 -
CMYK 0.27 0 0.06 0.09
HSL 165.71º 0.59% 0.79% -
HSV(B) 165.71º 0.27% 0.91% -
XYZ 58.37 71.89 77.13 -
YUV 212.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 170 233 218 0.27 0 0.06 0.09 165.71 0.59 0.79
Hex AA E9 DA 1B 0 6 9 A6 3B 4F
Octal 252 351 332 33 0 6 11 246 73 117
Binary 10101010 11101001 11011010 11011 0 110 1001 10100110 111011 1001111

Color Harmonies of #AAE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9DA

Black with #AAE9DA

Text Example


Text Example

White with #AAE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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