#A9E5DF

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

Shades of Ice Cold #A9E5DF

Tints of Ice Cold #A9E5DF

Color information

#A9E5DF (or 0xA9E5DF) is unknown color: approx Ice Cold. HEX triplet: A9, E5 and DF. RGB value is (169,229,223). Sum of RGB (Red+Green+Blue) = 169+229+223=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E5DF is #561A20. Grayscale: #D2D2D2. Windows color (decimal): -5642785 or 14673321. OLE color: 14673321.

HSL color Cylindrical-coordinate representation of color #A9E5DF: hue angle of 174º 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 #A9E5DF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB169229223-
CMYK0.2600.030.10
HSL174º53.57%78.04%-
HSV(B)174º26.2%89.8%-
XYZ57.769.880.24-
YUV210.38135.1298.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=27.21%
G=36.88%
B=35.91%

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
Decimal1692292230.2600.030.1017453.5778.04
HexA9E5DF1A03Aae364e
Octal25134533732031225666116
Binary101010011110010111011111110100111010101011101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E5DF; }

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

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

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

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

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

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

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

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