Html Css Color HEX #AAE8D5 Ice Cold

📋 copy color: '#AAE8D5'

red 170 ◦ green 232 ◦ blue 213

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

Shades of Ice Cold #AAE8D5

Tints of Ice Cold #AAE8D5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.72%

 BLUE value IS 213 (83.59% from 255) = 34.63%

R = 27.64%
G = 37.72%
B = 34.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#AAE8D5 (or 0xAAE8D5) is known color: Ice Cold. HEX triplet: AA, E8 and D5. RGB value is (170,232,213). Sum of RGB (Red+Green+Blue) = 170+232+213=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D5 is #55172A. Grayscale: #D3D3D3. Windows color (decimal): -5576491 or 14018730. OLE color: 14018730.

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

Color convert

RGB 170 232 213 -
CMYK 0.27 0 0.08 0.09
HSL 161.61º 0.57% 0.79% -
HSV(B) 161.61º 0.27% 0.91% -
XYZ 57.44 71.06 73.64 -
YUV 211.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 170 232 213 0.27 0 0.08 0.09 161.61 0.57 0.79
Hex AA E8 D5 1B 0 8 9 A2 39 4F
Octal 252 350 325 33 0 10 11 242 71 117
Binary 10101010 11101000 11010101 11011 0 1000 1001 10100010 111001 1001111

Color Harmonies of #AAE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8D5

Black with #AAE8D5

Text Example


Text Example

White with #AAE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8D5; }

 p { color: rgb(170,232,213); }

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

background-color css

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

 a { background-color: rgb(170,232,213); }

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

border-color css

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

 span { border-color: rgb(170,232,213); }

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