Html Css Color HEX #AAE5D6 Ice Cold

📋 copy color: '#AAE5D6'

red 170 ◦ green 229 ◦ blue 214

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

Shades of Ice Cold #AAE5D6

Tints of Ice Cold #AAE5D6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.36%

 BLUE value IS 214 (83.98% from 255) = 34.91%

R = 27.73%
G = 37.36%
B = 34.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#AAE5D6 (or 0xAAE5D6) is known color: Ice Cold. HEX triplet: AA, E5 and D6. RGB value is (170,229,214). Sum of RGB (Red+Green+Blue) = 170+229+214=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5D6 is #551A29. Grayscale: #D1D1D1. Windows color (decimal): -5577258 or 14083498. OLE color: 14083498.

HSL color Cylindrical-coordinate representation of color #AAE5D6: hue angle of 164.75º degrees, saturation: 0.53, 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 #AAE5D6 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 214 -
CMYK 0.26 0 0.07 0.10
HSL 164.75º 0.53% 0.78% -
HSV(B) 164.75º 0.26% 0.9% -
XYZ 56.73 69.44 74.03 -
YUV 209.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 170 229 214 0.26 0 0.07 0.10 164.75 0.53 0.78
Hex AA E5 D6 1A 0 7 A A5 35 4E
Octal 252 345 326 32 0 7 12 245 65 116
Binary 10101010 11100101 11010110 11010 0 111 1010 10100101 110101 1001110

Color Harmonies of #AAE5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5D6

Black with #AAE5D6

Text Example


Text Example

White with #AAE5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5D6; }

 p { color: rgb(170,229,214); }

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

background-color css

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

 a { background-color: rgb(170,229,214); }

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

border-color css

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

 span { border-color: rgb(170,229,214); }

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