Html Css Color HEX #AAE2DE Ice Cold

📋 copy color: '#AAE2DE'

red 170 ◦ green 226 ◦ blue 222

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

Shades of Ice Cold #AAE2DE

Tints of Ice Cold #AAE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 27.51%
G = 36.57%
B = 35.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#AAE2DE (or 0xAAE2DE) is known color: Ice Cold. HEX triplet: AA, E2 and DE. RGB value is (170,226,222). Sum of RGB (Red+Green+Blue) = 170+226+222=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2DE is #551D21. Grayscale: #D0D0D0. Windows color (decimal): -5578018 or 14607018. OLE color: 14607018.

HSL color Cylindrical-coordinate representation of color #AAE2DE: hue angle of 175.71º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2DE is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 222 -
CMYK 0.25 0 0.02 0.11
HSL 175.71º 0.49% 0.78% -
HSV(B) 175.71º 0.25% 0.89% -
XYZ 56.96 68.21 79.27 -
YUV 208.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 170 226 222 0.25 0 0.02 0.11 175.71 0.49 0.78
Hex AA E2 DE 19 0 2 B B0 31 4E
Octal 252 342 336 31 0 2 13 260 61 116
Binary 10101010 11100010 11011110 11001 0 10 1011 10110000 110001 1001110

Color Harmonies of #AAE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2DE

Black with #AAE2DE

Text Example


Text Example

White with #AAE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2DE; }

 p { color: rgb(170,226,222); }

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

background-color css

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

 a { background-color: rgb(170,226,222); }

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

border-color css

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

 span { border-color: rgb(170,226,222); }

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