#A9ECD7

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

Shades of Ice Cold #A9ECD7

Tints of Ice Cold #A9ECD7

Color information

#A9ECD7 (or 0xA9ECD7) is unknown color: approx Ice Cold. HEX triplet: A9, EC and D7. RGB value is (169,236,215). Sum of RGB (Red+Green+Blue) = 169+236+215=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECD7 is #561328. Grayscale: #D5D5D5. Windows color (decimal): -5641001 or 14150825. OLE color: 14150825.

HSL color Cylindrical-coordinate representation of color #A9ECD7: hue angle of 161.19º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECD7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB169236215-
CMYK0.2800.090.07
HSL161.19º63.81%79.41%-
HSV(B)161.19º28.39%92.55%-
XYZ58.6273.3375.35-
YUV213.57128.896.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.26%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=27.26%
G=38.06%
B=34.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692362150.2800.090.07161.1963.8179.41
HexA9ECD71C097a1404f
Octal251354327340117241100117
Binary10101001111011001101011111100010011111010000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECD7; }

 p { color: rgb(169,236,215); }

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

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

 a { background-color: rgb(169,236,215); }

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

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

 span { border-color: rgb(169,236,215); }

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