Html Css Color HEX #AAE1D6 Ice Cold

📋 copy color: '#AAE1D6'

red 170 ◦ green 225 ◦ blue 214

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

Shades of Ice Cold #AAE1D6

Tints of Ice Cold #AAE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 27.91%
G = 36.95%
B = 35.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#AAE1D6 (or 0xAAE1D6) is known color: Ice Cold. HEX triplet: AA, E1 and D6. RGB value is (170,225,214). Sum of RGB (Red+Green+Blue) = 170+225+214=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1D6 is #551E29. Grayscale: #CFCFCF. Windows color (decimal): -5578282 or 14082474. OLE color: 14082474.

HSL color Cylindrical-coordinate representation of color #AAE1D6: hue angle of 168º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1D6 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 214 -
CMYK 0.24 0 0.05 0.12
HSL 168º 0.48% 0.77% -
HSV(B) 168º 0.24% 0.88% -
XYZ 55.64 67.25 73.67 -
YUV 207.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 170 225 214 0.24 0 0.05 0.12 168 0.48 0.77
Hex AA E1 D6 18 0 5 C A8 30 4D
Octal 252 341 326 30 0 5 14 250 60 115
Binary 10101010 11100001 11010110 11000 0 101 1100 10101000 110000 1001101

Color Harmonies of #AAE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1D6

Black with #AAE1D6

Text Example


Text Example

White with #AAE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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