#A1ECD9

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

Shades of Ice Cold #A1ECD9

Tints of Ice Cold #A1ECD9

Color information

#A1ECD9 (or 0xA1ECD9) is unknown color: approx Ice Cold. HEX triplet: A1, EC and D9. RGB value is (161,236,217). Sum of RGB (Red+Green+Blue) = 161+236+217=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECD9 is #5E1326. Grayscale: #D3D3D3. Windows color (decimal): -6165287 or 14281889. OLE color: 14281889.

HSL color Cylindrical-coordinate representation of color #A1ECD9: hue angle of 164.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECD9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB161236217-
CMYK0.3200.080.07
HSL164.8º66.37%77.84%-
HSV(B)164.8º31.78%92.55%-
XYZ57.2272.5876.64-
YUV211.41131.1592.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=26.22%
G=38.44%
B=35.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612362170.3200.080.07164.866.3777.84
HexA1ECD920087a5424e
Octal241354331400107245102116
Binary101000011110110011011001100000010001111010010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECD9; }

 p { color: rgb(161,236,217); }

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

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

 a { background-color: rgb(161,236,217); }

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

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

 span { border-color: rgb(161,236,217); }

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