Html Css Color HEX #AAE6D2 Ice Cold

📋 copy color: '#AAE6D2'

red 170 ◦ green 230 ◦ blue 210

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

Shades of Ice Cold #AAE6D2

Tints of Ice Cold #AAE6D2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.7%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 27.87%
G = 37.7%
B = 34.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#AAE6D2 (or 0xAAE6D2) is known color: Ice Cold. HEX triplet: AA, E6 and D2. RGB value is (170,230,210). Sum of RGB (Red+Green+Blue) = 170+230+210=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6D2 is #55192D. Grayscale: #D1D1D1. Windows color (decimal): -5577006 or 13821610. OLE color: 13821610.

HSL color Cylindrical-coordinate representation of color #AAE6D2: hue angle of 160º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6D2 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 210 -
CMYK 0.26 0 0.09 0.10
HSL 160º 0.55% 0.78% -
HSV(B) 160º 0.26% 0.9% -
XYZ 56.51 69.79 71.47 -
YUV 209.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 170 230 210 0.26 0 0.09 0.10 160 0.55 0.78
Hex AA E6 D2 1A 0 9 A A0 37 4E
Octal 252 346 322 32 0 11 12 240 67 116
Binary 10101010 11100110 11010010 11010 0 1001 1010 10100000 110111 1001110

Color Harmonies of #AAE6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6D2

Black with #AAE6D2

Text Example


Text Example

White with #AAE6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6D2; }

 p { color: rgb(170,230,210); }

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

background-color css

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

 a { background-color: rgb(170,230,210); }

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

border-color css

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

 span { border-color: rgb(170,230,210); }

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