#AAE4CF

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

Shades of Ice Cold #AAE4CF

Tints of Ice Cold #AAE4CF

Color information

#AAE4CF (or 0xAAE4CF) is unknown color: approx Ice Cold. HEX triplet: AA, E4 and CF. RGB value is (170,228,207). Sum of RGB (Red+Green+Blue) = 170+228+207=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CF is #551B30. Grayscale: #D0D0D0. Windows color (decimal): -5577521 or 13624490. OLE color: 13624490.

HSL color Cylindrical-coordinate representation of color #AAE4CF: hue angle of 158.28º 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 #AAE4CF is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB170228207-
CMYK0.2500.090.11
HSL158.28º51.79%78.04%-
HSV(B)158.28º25.44%89.41%-
XYZ55.5868.5469.33-
YUV208.26127.28100.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=28.10%
G=37.69%
B=34.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702282070.2500.090.11158.2851.7978.04
HexAAE4CF1909B9e344e
Octal252344317310111323664116
Binary10101010111001001100111111001010011011100111101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4CF; }

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

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

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

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

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

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

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

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