#AAE3CF

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

Shades of Ice Cold #AAE3CF

Tints of Ice Cold #AAE3CF

Color information

#AAE3CF (or 0xAAE3CF) is unknown color: approx Ice Cold. HEX triplet: AA, E3 and CF. RGB value is (170,227,207). Sum of RGB (Red+Green+Blue) = 170+227+207=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3CF is #551C30. Grayscale: #CFCFCF. Windows color (decimal): -5577777 or 13624234. OLE color: 13624234.

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

Color convert

RGB170227207-
CMYK0.2500.090.11
HSL158.95º50.44%77.84%-
HSV(B)158.95º25.11%89.02%-
XYZ55.3167.9969.24-
YUV207.68127.62101.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=28.15%
G=37.58%
B=34.27%

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
Decimal1702272070.2500.090.11158.9550.4477.84
HexAAE3CF1909B9f324e
Octal252343317310111323762116
Binary10101010111000111100111111001010011011100111111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3CF; }

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

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

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

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

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

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

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

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