#A9E7DE

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

Shades of Ice Cold #A9E7DE

Tints of Ice Cold #A9E7DE

Color information

#A9E7DE (or 0xA9E7DE) is unknown color: approx Ice Cold. HEX triplet: A9, E7 and DE. RGB value is (169,231,222). Sum of RGB (Red+Green+Blue) = 169+231+222=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #A9E7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E7DE is #561821. Grayscale: #D3D3D3. Windows color (decimal): -5642274 or 14608297. OLE color: 14608297.

HSL color Cylindrical-coordinate representation of color #A9E7DE: hue angle of 171.29º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E7DE is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB169231222-
CMYK0.2700.040.09
HSL171.29º56.36%78.43%-
HSV(B)171.29º26.84%90.59%-
XYZ58.1270.8679.72-
YUV211.44133.9697.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.17%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=27.17%
G=37.14%
B=35.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692312220.2700.040.09171.2956.3678.43
HexA9E7DE1B049ab384e
Octal25134733633041125370116
Binary1010100111100111110111101101101001001101010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E7DE; }

 p { color: rgb(169,231,222); }

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

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

 a { background-color: rgb(169,231,222); }

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

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

 span { border-color: rgb(169,231,222); }

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