#AAE4DB

Color #AAE4DB Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AAE4DB

Tints of Ice Cold #AAE4DB

Color information

#AAE4DB (or 0xAAE4DB) is unknown color: approx Ice Cold. HEX triplet: AA, E4 and DB. RGB value is (170,228,219). Sum of RGB (Red+Green+Blue) = 170+228+219=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4DB is #551B24. Grayscale: #D1D1D1. Windows color (decimal): -5577509 or 14410922. OLE color: 14410922.

HSL color Cylindrical-coordinate representation of color #AAE4DB: hue angle of 170.69º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4DB is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB170228219-
CMYK0.2500.040.11
HSL170.69º51.79%78.04%-
HSV(B)170.69º25.44%89.41%-
XYZ57.1169.1577.35-
YUV209.63133.2899.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=27.55%
G=36.95%
B=35.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702282190.2500.040.11170.6951.7978.04
HexAAE4DB1904Bab344e
Octal25234433331041325364116
Binary1010101011100100110110111100101001011101010111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4DB; }

 p { color: rgb(170,228,219); }

 H1.HeaderClassName
 {
   color: #AAE4DB;
 }
 .AnyTagClassName
 {
   color: #AAE4DB;
 }
</style>
background-color css

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

 a { background-color: rgb(170,228,219); }

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

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

 span { border-color: rgb(170,228,219); }

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