Html Css Color HEX #AAEADC Ice Cold

📋 copy color: '#AAEADC'

red 170 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #AAEADC

Tints of Ice Cold #AAEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 27.24%
G = 37.5%
B = 35.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AAEADC (or 0xAAEADC) is known color: Ice Cold. HEX triplet: AA, EA and DC. RGB value is (170,234,220). Sum of RGB (Red+Green+Blue) = 170+234+220=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADC is #551523. Grayscale: #D5D5D5. Windows color (decimal): -5575972 or 14477994. OLE color: 14477994.

HSL color Cylindrical-coordinate representation of color #AAEADC: hue angle of 166.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEADC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 220 -
CMYK 0.27 0 0.06 0.08
HSL 166.88º 0.6% 0.79% -
HSV(B) 166.88º 0.27% 0.92% -
XYZ 58.92 72.56 78.61 -
YUV 213.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 170 234 220 0.27 0 0.06 0.08 166.88 0.6 0.79
Hex AA EA DC 1B 0 6 8 A7 3C 4F
Octal 252 352 334 33 0 6 10 247 74 117
Binary 10101010 11101010 11011100 11011 0 110 1000 10100111 111100 1001111

Color Harmonies of #AAEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEADC

Black with #AAEADC

Text Example


Text Example

White with #AAEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEADC; }

 p { color: rgb(170,234,220); }

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

background-color css

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

 a { background-color: rgb(170,234,220); }

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

border-color css

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

 span { border-color: rgb(170,234,220); }

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