#A9EDDC

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

Shades of Ice Cold #A9EDDC

Tints of Ice Cold #A9EDDC

Color information

#A9EDDC (or 0xA9EDDC) is unknown color: approx Ice Cold. HEX triplet: A9, ED and DC. RGB value is (169,237,220). Sum of RGB (Red+Green+Blue) = 169+237+220=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDDC is #561223. Grayscale: #D6D6D6. Windows color (decimal): -5640740 or 14478761. OLE color: 14478761.

HSL color Cylindrical-coordinate representation of color #A9EDDC: hue angle of 165º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDDC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB169237220-
CMYK0.2900.070.07
HSL165º65.38%79.61%-
HSV(B)165º28.69%92.94%-
XYZ59.5674.1778.89-
YUV214.73130.9795.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=27.00%
G=37.86%
B=35.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692372200.2900.070.0716565.3879.61
HexA9EDDC1D077a54150
Octal25135533435077245101120
Binary1010100111101101110111001110101111111010010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDDC; }

 p { color: rgb(169,237,220); }

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

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

 a { background-color: rgb(169,237,220); }

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

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

 span { border-color: rgb(169,237,220); }

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