Html Css Color HEX #AAE7DA Ice Cold

📋 copy color: '#AAE7DA'

red 170 ◦ green 231 ◦ blue 218

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

Shades of Ice Cold #AAE7DA

Tints of Ice Cold #AAE7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.32%

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

R = 27.46%
G = 37.32%
B = 35.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AAE7DA (or 0xAAE7DA) is known color: Ice Cold. HEX triplet: AA, E7 and DA. RGB value is (170,231,218). Sum of RGB (Red+Green+Blue) = 170+231+218=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7DA is #551825. Grayscale: #D3D3D3. Windows color (decimal): -5576742 or 14346154. OLE color: 14346154.

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

Color convert

RGB 170 231 218 -
CMYK 0.26 0 0.06 0.09
HSL 167.21º 0.56% 0.79% -
HSV(B) 167.21º 0.26% 0.91% -
XYZ 57.81 70.76 76.94 -
YUV 211.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 170 231 218 0.26 0 0.06 0.09 167.21 0.56 0.79
Hex AA E7 DA 1A 0 6 9 A7 38 4F
Octal 252 347 332 32 0 6 11 247 70 117
Binary 10101010 11100111 11011010 11010 0 110 1001 10100111 111000 1001111

Color Harmonies of #AAE7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7DA

Black with #AAE7DA

Text Example


Text Example

White with #AAE7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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