#A9E5DE

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

Shades of Ice Cold #A9E5DE

Tints of Ice Cold #A9E5DE

Color information

#A9E5DE (or 0xA9E5DE) is unknown color: approx Ice Cold. HEX triplet: A9, E5 and DE. RGB value is (169,229,222). Sum of RGB (Red+Green+Blue) = 169+229+222=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E5DE is #561A21. Grayscale: #D2D2D2. Windows color (decimal): -5642786 or 14607785. OLE color: 14607785.

HSL color Cylindrical-coordinate representation of color #A9E5DE: hue angle of 173º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9E5DE is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB169229222-
CMYK0.2600.030.10
HSL173º53.57%78.04%-
HSV(B)173º26.2%89.8%-
XYZ57.5769.7579.54-
YUV210.26134.6298.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.26%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=27.26%
G=36.94%
B=35.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692292220.2600.030.1017353.5778.04
HexA9E5DE1A03Aad364e
Octal25134533632031225566116
Binary101010011110010111011110110100111010101011011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E5DE; }

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

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

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

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

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

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

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

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